Class UTMGraticule
- java.lang.Object
-
- javax.swing.AbstractAction
-
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
-
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractOnDemandLayerFeature
-
- gov.nasa.worldwindx.applications.worldwindow.features.GraticuleLayer
-
- gov.nasa.worldwindx.applications.worldwindow.features.UTMGraticule
-
- All Implemented Interfaces:
Initializable,Feature,java.awt.event.ActionListener,java.beans.PropertyChangeListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class UTMGraticule extends GraticuleLayer
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractOnDemandLayerFeature
group, layer, on
-
Fields inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
controller, featureID
-
-
Constructor Summary
Constructors Constructor Description UTMGraticule()UTMGraticule(Registry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LayerdoCreateLayer()-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.GraticuleLayer
addLayer, createLayer, removeLayer
-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractOnDemandLayerFeature
isOn, isTwoState, turnOn
-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
actionPerformed, addToToolBar, doActionPerformed, doPropertyChange, getController, getFeatureID, getName, getStringValue, initialize, isInitialized, propertyChange, register, setMenuAccellerator
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
UTMGraticule
public UTMGraticule()
-
UTMGraticule
public UTMGraticule(Registry registry)
-
-
Method Detail
-
doCreateLayer
protected Layer doCreateLayer()
- Specified by:
doCreateLayerin classGraticuleLayer
-
-