Class StopWaypoint

java.lang.Object
org.jxmapviewer.beans.AbstractBean
org.jxmapviewer.viewer.DefaultWaypoint
com.nnamo.view.waypoints.StopWaypoint
All Implemented Interfaces:
org.jxmapviewer.viewer.Waypoint

public class StopWaypoint extends org.jxmapviewer.viewer.DefaultWaypoint
  • Constructor Summary

    Constructors
    Constructor
    Description
    StopWaypoint(String stopId, double latitude, double longitude)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.jxmapviewer.viewer.DefaultWaypoint

    getPosition, setPosition

    Methods inherited from class org.jxmapviewer.beans.AbstractBean

    addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StopWaypoint

      public StopWaypoint(String stopId, double latitude, double longitude)
  • Method Details

    • getStopId

      public String getStopId()