Class MapConstants


  • public class MapConstants
    extends java.lang.Object
    Contains constants for layers tags and positions.

    Tags can be added to a layer in order to add meaning to that layer. Each program may define its own set of layers

    The position affects the order a layer is rendered with respect to other layers and how the layer is treated once rendered.

    • Field Detail

      • TAG_MAPNAVIGATION_LAYER

        public static final java.lang.String TAG_MAPNAVIGATION_LAYER
        See Also:
        Constant Field Values
      • TAG_POINTERLOCATION_LAYER

        public static final java.lang.String TAG_POINTERLOCATION_LAYER
        See Also:
        Constant Field Values
      • TAG_BACKGROUND_LAYER

        public static final java.lang.String TAG_BACKGROUND_LAYER
        See Also:
        Constant Field Values
      • TAG_FEATURETIP_LAYER

        public static final java.lang.String TAG_FEATURETIP_LAYER
        See Also:
        Constant Field Values
      • TAG_PROGRESS_LAYER

        public static final java.lang.String TAG_PROGRESS_LAYER
        See Also:
        Constant Field Values
      • TAG_SCALEBAR_LAYER

        public static final java.lang.String TAG_SCALEBAR_LAYER
        See Also:
        Constant Field Values
      • TAG_TARGET_LAYER

        public static final java.lang.String TAG_TARGET_LAYER
        See Also:
        Constant Field Values
      • TAG_SELECTION_LAYER

        public static final java.lang.String TAG_SELECTION_LAYER
        See Also:
        Constant Field Values
      • TAG_CONTROL_LAYER

        public static final java.lang.String TAG_CONTROL_LAYER
        See Also:
        Constant Field Values
      • POSITION_BACKGROUND_LAYERS

        public static final java.lang.Integer POSITION_BACKGROUND_LAYERS
      • POSITION_DATA_LAYERS

        public static final java.lang.Integer POSITION_DATA_LAYERS
      • POSITION_OVERDATA_LAYERS

        public static final java.lang.Integer POSITION_OVERDATA_LAYERS
      • POSITION_OVERHEAD_LAYERS

        public static final java.lang.Integer POSITION_OVERHEAD_LAYERS
    • Constructor Detail

      • MapConstants

        public MapConstants()