Class AbstractUTMGraticuleLayer
- java.lang.Object
-
- gov.nasa.worldwind.layer.AbstractLayer
-
- gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
-
- gov.nasa.worldwind.layer.graticule.AbstractUTMGraticuleLayer
-
- All Implemented Interfaces:
Layer
- Direct Known Subclasses:
MGRSGraticuleLayer
,UTMGraticuleLayer
public abstract class AbstractUTMGraticuleLayer extends AbstractGraticuleLayer
Displays the UTM graticule metric scale.
-
-
Method Summary
-
Methods inherited from class gov.nasa.worldwind.layer.graticule.AbstractGraticuleLayer
doRender, getGraticuleLineColor, getGraticuleLineWidth, getLabelColor, getLabelSize, getLabelTypeface, isDrawGraticule, isDrawLabels, setDrawGraticule, setDrawLabels, setGraticuleLineColor, setGraticuleLineWidth, setLabelColor, setLabelSize, setLabelTypeface
-
Methods inherited from class gov.nasa.worldwind.layer.AbstractLayer
getDisplayName, getMaxActiveAltitude, getMinActiveAltitude, getOpacity, getUserProperty, hasUserProperty, isEnabled, isPickEnabled, isWithinActiveAltitudes, putUserProperty, removeUserProperty, render, setDisplayName, setEnabled, setMaxActiveAltitude, setMinActiveAltitude, setOpacity, setPickEnabled
-
-