Uses of Class
org.geotools.mbstyle.layer.MBLayer
-
Packages that use MBLayer Package Description org.geotools.mbstyle Support for MapBox Style generation for GeoTools.org.geotools.mbstyle.layer org.geotools.mbstyle.parse JSON Parsing support for MapBox Style support. -
-
Uses of MBLayer in org.geotools.mbstyle
Methods in org.geotools.mbstyle that return MBLayer Modifier and Type Method Description MBLayer
MBStyle. layer(String id)
Access the layer with the provided id.Methods in org.geotools.mbstyle that return types with arguments of type MBLayer Modifier and Type Method Description List<MBLayer>
MBStyle. layers()
Access all layers.List<MBLayer>
MBStyle. layers(String source)
Access layers matching provided source. -
Uses of MBLayer in org.geotools.mbstyle.layer
Subclasses of MBLayer in org.geotools.mbstyle.layer Modifier and Type Class Description class
BackgroundMBLayer
The background color or pattern of the map.class
CircleMBLayer
A filled circle.class
FillExtrusionMBLayer
MBLayer wrapper for "fill extrusion" representing extruded (3D) polygon.class
FillMBLayer
MBLayer wrapper for "Fill" layers.class
LineMBLayer
MBLayer wrapper for "line" layers.class
RasterMBLayer
class
SymbolMBLayer
A symbol.Methods in org.geotools.mbstyle.layer that return MBLayer Modifier and Type Method Description static MBLayer
MBLayer. create(JSONObject layer)
Factory method creating the appropriate MBStyle based on the "type" indicated in the layer JSON. -
Uses of MBLayer in org.geotools.mbstyle.parse
Fields in org.geotools.mbstyle.parse with type parameters of type MBLayer Modifier and Type Field Description List<MBLayer>
MBObjectStops. layersForStop
Methods in org.geotools.mbstyle.parse with parameters of type MBLayer Modifier and Type Method Description double
MBObjectStops. getCurrentStop(MBLayer layer)
Gets the current stop of the layer.double
MBObjectStops. getStop(MBLayer layer)
Constructors in org.geotools.mbstyle.parse with parameters of type MBLayer Constructor Description MBObjectStops(MBLayer layer)
Data structure for pre-processing a MBLayer determining whether the layer contains zoom and zoom-and-property functions and if so, getting the distinct stops for each, building a list of MBLayers (one for each stop) and setting ranges that are used to set min/max scale denominators for each MBLayer.
-