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 TypeClassDescriptionclassThe background color or pattern of the map.classA filled circle.classMBLayer wrapper for "fill extrusion" representing extruded (3D) polygon.classMBLayer wrapper for "Fill" layers.classMBLayer wrapper for "line" layers.classclassA 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 TypeMethodDescriptiondoubleMBObjectStops.getCurrentStop(MBLayer layer) Gets the current stop of the layer.doubleConstructors 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.