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 MBLayerMBStyle. 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 classBackgroundMBLayerThe background color or pattern of the map.classCircleMBLayerA filled circle.classFillExtrusionMBLayerMBLayer wrapper for "fill extrusion" representing extruded (3D) polygon.classFillMBLayerMBLayer wrapper for "Fill" layers.classLineMBLayerMBLayer wrapper for "line" layers.classRasterMBLayerclassSymbolMBLayerA symbol.Methods in org.geotools.mbstyle.layer that return MBLayer Modifier and Type Method Description static MBLayerMBLayer. 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. layersForStopMethods in org.geotools.mbstyle.parse with parameters of type MBLayer Modifier and Type Method Description doubleMBObjectStops. getCurrentStop(MBLayer layer)Gets the current stop of the layer.doubleMBObjectStops. 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.
-