Package mil.nga.grid.property
Class PropertyConstants
- java.lang.Object
-
- mil.nga.grid.property.PropertyConstants
-
public class PropertyConstants extends Object
Grid property constants- Author:
- osbornb
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUFFERBufferstatic StringCOLORColorstatic StringENABLEDEnabledstatic StringGRIDGridstatic StringGRIDSGridsstatic StringLABELERLabelerstatic StringLINESLinesstatic StringMAX_ZOOMMax Zoomstatic StringMIN_ZOOMMin Zoomstatic StringPROPAGATEPropagatestatic StringPROPERTY_DIVIDERProperty part dividerstatic StringTEXT_SIZEText Sizestatic StringWIDTHWidth
-
Constructor Summary
Constructors Constructor Description PropertyConstants()
-
-
-
Field Detail
-
PROPERTY_DIVIDER
public static final String PROPERTY_DIVIDER
Property part divider- See Also:
- Constant Field Values
-
GRID
public static final String GRID
Grid- See Also:
- Constant Field Values
-
LABELER
public static final String LABELER
Labeler- See Also:
- Constant Field Values
-
GRIDS
public static final String GRIDS
Grids- See Also:
- Constant Field Values
-
PROPAGATE
public static final String PROPAGATE
Propagate- See Also:
- Constant Field Values
-
WIDTH
public static final String WIDTH
Width- See Also:
- Constant Field Values
-
TEXT_SIZE
public static final String TEXT_SIZE
Text Size- See Also:
- Constant Field Values
-
BUFFER
public static final String BUFFER
Buffer- See Also:
- Constant Field Values
-
ENABLED
public static final String ENABLED
Enabled- See Also:
- Constant Field Values
-
MIN_ZOOM
public static final String MIN_ZOOM
Min Zoom- See Also:
- Constant Field Values
-
MAX_ZOOM
public static final String MAX_ZOOM
Max Zoom- See Also:
- Constant Field Values
-
COLOR
public static final String COLOR
Color- See Also:
- Constant Field Values
-
LINES
public static final String LINES
Lines- See Also:
- Constant Field Values
-
-