Package com.massifmaps.layers
Class CompositeSourceType
java.lang.Object
com.massifmaps.layers.CompositeSourceType
The kind of an external data source added to a CompositeVectorTileLayer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAn RGB-encoded elevation source, drawn as a HillshadeRasterTileLayer at its style slot.static final intA raster tile source, drawn as a RasterTileLayer at its style slot.static final intAnother MBVT/protobuf source (including ContourTileDataSource), drawn at its style
slot as its own child VectorTileLayer using the master decoder, filtered to its own
layer name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMPOSITE_SOURCE_TYPE_RASTER
public static final int COMPOSITE_SOURCE_TYPE_RASTERA raster tile source, drawn as a RasterTileLayer at its style slot.- See Also:
-
COMPOSITE_SOURCE_TYPE_HILLSHADE
public static final int COMPOSITE_SOURCE_TYPE_HILLSHADEAn RGB-encoded elevation source, drawn as a HillshadeRasterTileLayer at its style slot.- See Also:
-
COMPOSITE_SOURCE_TYPE_VECTOR
public static final int COMPOSITE_SOURCE_TYPE_VECTORAnother MBVT/protobuf source (including ContourTileDataSource), drawn at its style
slot as its own child VectorTileLayer using the master decoder, filtered to its own
layer name. Kept separate (not merged) so it overzooms independently via its own
MaxOverzoomLevel and does not need the DEM at the target zoom.- See Also:
-
-
Constructor Details
-
CompositeSourceType
public CompositeSourceType()
-