Class CompositeSourceType

java.lang.Object
com.massifmaps.layers.CompositeSourceType

public final class CompositeSourceType extends Object
The kind of an external data source added to a CompositeVectorTileLayer.
  • Field Details

    • COMPOSITE_SOURCE_TYPE_RASTER

      public static final int COMPOSITE_SOURCE_TYPE_RASTER
      A raster tile source, drawn as a RasterTileLayer at its style slot.
      See Also:
    • COMPOSITE_SOURCE_TYPE_HILLSHADE

      public static final int COMPOSITE_SOURCE_TYPE_HILLSHADE
      An 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_VECTOR
      Another 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()