public class UTMGraticuleLayer extends UTMBaseGraticuleLayer
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | UTMGraticuleLayer.GraticuleTile | 
UTMBaseGraticuleLayer.MetricScaleSupport, UTMBaseGraticuleLayer.SquareGrid, UTMBaseGraticuleLayer.SquareZoneAbstractGraticuleLayer.GridElement| Modifier and Type | Field and Description | 
|---|---|
| static String | GRATICULE_100000MGraticule for the 100,000 meter grid, nested inside the UTM grid. | 
| static String | GRATICULE_10000MGraticule for the 10,000 meter grid, nested inside the UTM grid. | 
| static String | GRATICULE_1000MGraticule for the 1,000 meter grid, nested inside the UTM grid. | 
| static String | GRATICULE_100MGraticule for the 100 meter grid, nested inside the UTM grid. | 
| static String | GRATICULE_10MGraticule for the 10 meter grid, nested inside the UTM grid. | 
| static String | GRATICULE_1MGraticule for the 1 meter grid, nested inside the UTM grid. | 
| static String | GRATICULE_UTM_GRIDGraticule for the UTM zone grid. | 
| protected static int | GRID_COLS | 
| protected static int | GRID_ROWS | 
| protected UTMGraticuleLayer.GraticuleTile[][] | gridTiles | 
| protected static int | MIN_CELL_SIZE_PIXELS | 
frameCount, GRATICULE_UTM, metricScaleSupport, ONEHT, UTM_MAX_LATITUDE, UTM_MIN_LATITUDEframeTimeStamp, globe, graticuleSupport, gridElements, lastEyePoint, lastProjection, lastVerticalExaggeration, lastViewFOV, lastViewHeading, lastViewPitch, LINE_STYLE_DASHED, LINE_STYLE_DOTTED, LINE_STYLE_SOLID, terrainConformance| Constructor and Description | 
|---|
| UTMGraticuleLayer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | clear(DrawContext dc) | 
| protected void | clearTiles() | 
| protected String[] | getOrderedTypes() | 
| protected String | getTypeFor(int resolution) | 
| protected ArrayList<UTMGraticuleLayer.GraticuleTile> | getVisibleTiles(DrawContext dc) | 
| protected void | initRenderingParams() | 
| protected void | selectRenderables(DrawContext dc)Select the visible grid elements | 
| protected void | selectUTMRenderables(DrawContext dc)Select the visible grid elements | 
computePosition, computePositionFromUPS, computePositionFromUTM, createSquaresGrid, getGraticuleLineColor, getGraticuleLineStyle, getGraticuleLineWidth, getLabelColor, getLabelFont, isDrawGraticule, isDrawLabels, setDrawGraticule, setDrawLabels, setGraticuleLineColor, setGraticuleLineStyle, setGraticuleLineWidth, setLabelColor, setLabelFontaddRenderable, computeAltitudeAboveGround, computeLabelOffset, computeTerrainConformance, computeTruncatedSegment, createLineRenderable, doPreRender, doRender, getDeltaLongitude, getGraticuleLineColor, getGraticuleLineStyle, getGraticuleLineWidth, getLabelColor, getLabelFont, getRenderingParams, getRestorableState, getSurfacePoint, greatCircleIntersectionAtLatitude, greatCircleIntersectionAtLongitude, greatCircleMidPoint, isDrawGraticule, isDrawLabels, needsToUpdate, removeAllRenderables, renderGraticule, restoreState, setDrawGraticule, setDrawLabels, setGraticuleLineColor, setGraticuleLineStyle, setGraticuleLineWidth, setLabelColor, setLabelFont, setRenderingParamscreateLayerConfigElements, dispose, doPick, getDataFileStore, getExpiryTime, getLayerConfigParams, getMaxActiveAltitude, getMaxEffectiveAltitude, getMinActiveAltitude, getMinEffectiveAltitude, getName, getOpacity, getScale, getScreenCredit, isAtMaxResolution, isEnabled, isLayerActive, isLayerConfigDocument, isLayerInView, isMultiResolution, isNetworkRetrievalEnabled, isPickEnabled, pick, preRender, render, setDataFileStore, setEnabled, setExpiryTime, setMaxActiveAltitude, setMinActiveAltitude, setName, setNetworkRetrievalEnabled, setOpacity, setPickEnabled, setScreenCredit, toStringonMessage, propertyChangeaddPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValuespropertyChangeonMessagepublic static final String GRATICULE_100000M
public static final String GRATICULE_10000M
public static final String GRATICULE_1000M
public static final String GRATICULE_100M
public static final String GRATICULE_10M
public static final String GRATICULE_1M
public static final String GRATICULE_UTM_GRID
protected static final int GRID_COLS
protected static final int GRID_ROWS
protected UTMGraticuleLayer.GraticuleTile[][] gridTiles
protected static final int MIN_CELL_SIZE_PIXELS
protected void clear(DrawContext dc)
clear in class AbstractGraticuleLayerprotected void clearTiles()
protected String[] getOrderedTypes()
protected String getTypeFor(int resolution)
getTypeFor in class UTMBaseGraticuleLayerprotected ArrayList<UTMGraticuleLayer.GraticuleTile> getVisibleTiles(DrawContext dc)
protected void initRenderingParams()
initRenderingParams in class UTMBaseGraticuleLayerprotected void selectRenderables(DrawContext dc)
UTMBaseGraticuleLayerselectRenderables in class UTMBaseGraticuleLayerdc - the current DrawContext.protected void selectUTMRenderables(DrawContext dc)
dc - the current DrawContext.