NASA World Wind

gov.nasa.worldwind.poi
Class BasicPointOfInterest

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.poi.BasicPointOfInterest
All Implemented Interfaces:
AVList, PointOfInterest, WWObject, PropertyChangeListener, EventListener

public class BasicPointOfInterest
extends WWObjectImpl
implements PointOfInterest


Field Summary
protected  LatLon latlon
           
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
BasicPointOfInterest(LatLon latlon)
           
 
Method Summary
 LatLon getLatlon()
           
 String toString()
           
 
Methods inherited from class gov.nasa.worldwind.WWObjectImpl
propertyChange
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Field Detail

latlon

protected final LatLon latlon
Constructor Detail

BasicPointOfInterest

public BasicPointOfInterest(LatLon latlon)
Method Detail

getLatlon

public LatLon getLatlon()
Specified by:
getLatlon in interface PointOfInterest

toString

public String toString()
Overrides:
toString in class Object

NASA World Wind