Uses of Class
org.geotools.mbstyle.layer.MBLayer
Packages that use MBLayer
Package
Description
Support for MapBox Style generation for GeoTools.
JSON Parsing support for MapBox Style support.
-
Uses of MBLayer in org.geotools.mbstyle
Methods in org.geotools.mbstyle that return MBLayerModifier and TypeMethodDescriptionAccess the layer with the provided id.Methods in org.geotools.mbstyle that return types with arguments of type MBLayer -
Uses of MBLayer in org.geotools.mbstyle.layer
Subclasses of MBLayer in org.geotools.mbstyle.layerModifier and TypeClassDescriptionclass
The background color or pattern of the map.class
A filled circle.class
MBLayer wrapper for "fill extrusion" representing extruded (3D) polygon.class
MBLayer wrapper for "Fill" layers.class
MBLayer wrapper for "line" layers.class
class
A symbol.Methods in org.geotools.mbstyle.layer that return MBLayer -
Uses of MBLayer in org.geotools.mbstyle.parse
Fields in org.geotools.mbstyle.parse with type parameters of type MBLayerMethods in org.geotools.mbstyle.parse with parameters of type MBLayerModifier and TypeMethodDescriptiondouble
MBObjectStops.getCurrentStop
(MBLayer layer) Gets the current stop of the layer.double
Constructors in org.geotools.mbstyle.parse with parameters of type MBLayerModifierConstructorDescriptionMBObjectStops
(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.