gov.nasa.worldwind.poi
Class BasicPointOfInterest
java.lang.Object
gov.nasa.worldwind.avlist.AVListImpl
gov.nasa.worldwind.WWObjectImpl
gov.nasa.worldwind.poi.BasicPointOfInterest
- All Implemented Interfaces:
- AVList, PointOfInterest, WWObject, PropertyChangeListener, EventListener
public class BasicPointOfInterest
- extends WWObjectImpl
- implements PointOfInterest
| Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues |
| Methods inherited from interface gov.nasa.worldwind.avlist.AVList |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues |
latlon
protected final LatLon latlon
BasicPointOfInterest
public BasicPointOfInterest(LatLon latlon)
getLatlon
public LatLon getLatlon()
- Specified by:
getLatlon in interface PointOfInterest
toString
public String toString()
- Overrides:
toString in class Object