Package com.massifmaps.layers
Class VectorTileRenderOrder
java.lang.Object
com.massifmaps.layers.VectorTileRenderOrder
Vector tile rendering order.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intNo rendering, elements are hidden.static final intElements are rendered on top of all normal layers.static final intElements are rendered together with the same layer elements.
Layers that are on top of the layers are rendered on top this layer. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VECTOR_TILE_RENDER_ORDER_HIDDEN
public static final int VECTOR_TILE_RENDER_ORDER_HIDDENNo rendering, elements are hidden.- See Also:
-
VECTOR_TILE_RENDER_ORDER_LAYER
public static final int VECTOR_TILE_RENDER_ORDER_LAYERElements are rendered together with the same layer elements.
Layers that are on top of the layers are rendered on top this layer.- See Also:
-
VECTOR_TILE_RENDER_ORDER_LAST
public static final int VECTOR_TILE_RENDER_ORDER_LASTElements are rendered on top of all normal layers.- See Also:
-
-
Constructor Details
-
VectorTileRenderOrder
public VectorTileRenderOrder()
-