NASA World Wind

gov.nasa.worldwind.examples.util
Class StatusLayer.StatusMGRSLayer

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.layers.AbstractLayer
              extended by gov.nasa.worldwind.examples.util.StatusLayer
                  extended by gov.nasa.worldwind.examples.util.StatusLayer.StatusMGRSLayer
All Implemented Interfaces:
AVList, Disposable, PositionListener, RenderingListener, Layer, Restorable, WWObject, PropertyChangeListener, EventListener
Enclosing class:
StatusLayer

public static class StatusLayer.StatusMGRSLayer
extends StatusLayer


Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.examples.util.StatusLayer
StatusLayer.StatusMGRSLayer, StatusLayer.StatusUTMLayer
 
Field Summary
 
Fields inherited from class gov.nasa.worldwind.examples.util.StatusLayer
altDisplay, coordDecimalPlaces, elevDisplay, eventSource, latDisplay, lonDisplay, previousPos, UNIT_IMPERIAL, UNIT_METRIC
 
Fields inherited from class gov.nasa.worldwind.layers.AbstractLayer
screenCredit
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
StatusLayer.StatusMGRSLayer()
           
 
Method Summary
 void moved(PositionEvent event)
           
 
Methods inherited from class gov.nasa.worldwind.examples.util.StatusLayer
doPick, doRender, draw, getBackColor, getCoordSigDigits, getDefaultFont, getEventSource, makeAngleDescription, makeCursorElevationDescription, makeEyeAltitudeDescription, setBackColor, setCoordDecimalPlaces, setDefaultFont, setElevationUnits, setEventSource, stageChanged, toString
 
Methods inherited from class gov.nasa.worldwind.layers.AbstractLayer
dispose, doPreRender, getExpiryTime, getMaxActiveAltitude, getMinActiveAltitude, getName, getOpacity, getRestorableState, getScale, getScreenCredit, isAtMaxResolution, isEnabled, isLayerActive, isLayerInView, isMultiResolution, isNetworkRetrievalEnabled, isPickEnabled, pick, preRender, render, restoreState, setEnabled, setExpiryTime, setMaxActiveAltitude, setMinActiveAltitude, setName, setNetworkRetrievalEnabled, setOpacity, setPickEnabled, setScreenCredit
 
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
 

Constructor Detail

StatusLayer.StatusMGRSLayer

public StatusLayer.StatusMGRSLayer()
Method Detail

moved

public void moved(PositionEvent event)
Specified by:
moved in interface PositionListener
Overrides:
moved in class StatusLayer

NASA World Wind