Uses of Class
org.geotools.mbstyle.parse.MBObjectParser
Packages that use MBObjectParser
Package
Description
JSON Parsing support for MapBox Style support.
-
Uses of MBObjectParser in org.geotools.mbstyle.expression
Fields in org.geotools.mbstyle.expression declared as MBObjectParser -
Uses of MBObjectParser in org.geotools.mbstyle.layer
Fields in org.geotools.mbstyle.layer declared as MBObjectParserModifier and TypeFieldDescriptionprotected final MBObjectParser
MBLayer.parse
Helper class used to provide json access and expression / filter conversionsConstructors in org.geotools.mbstyle.layer with parameters of type MBObjectParser -
Uses of MBObjectParser in org.geotools.mbstyle.parse
Fields in org.geotools.mbstyle.parse declared as MBObjectParserModifier and TypeFieldDescriptionprotected final MBObjectParser
MBFilter.parse
Parser context.protected final MBObjectParser
MBFunction.parse
Constructors in org.geotools.mbstyle.parse with parameters of type MBObjectParserModifierConstructorDescriptionMBFilter
(JSONArray json, MBObjectParser parse) MBFilter
(JSONArray json, MBObjectParser parse, SemanticType semanticType) MBFunction
(MBObjectParser parse, JSONObject json) MBObjectParser
(Class<MBFilter> context, MBObjectParser parse) Copy constructor allowing reuse of factories, while returning correctcontext
. -
Uses of MBObjectParser in org.geotools.mbstyle.source
Fields in org.geotools.mbstyle.source declared as MBObjectParserMethods in org.geotools.mbstyle.source with parameters of type MBObjectParserModifier and TypeMethodDescriptionstatic MBSource
MBSource.create
(JSONObject json, MBObjectParser parser) Constructors in org.geotools.mbstyle.source with parameters of type MBObjectParserModifierConstructorDescriptionCanvasMBSource
(JSONObject json, MBObjectParser parser) GeoJsonMBSource
(JSONObject json, MBObjectParser parser) ImageMBSource
(JSONObject json, MBObjectParser parser) MBSource
(JSONObject json, MBObjectParser parser) MediaMBSource
(JSONObject json, MBObjectParser parser) RasterMBSource
(JSONObject json, MBObjectParser parser) TileMBSource
(JSONObject json, MBObjectParser parser) VectorMBSource
(JSONObject json, MBObjectParser parser) VideoMBSource
(JSONObject json, MBObjectParser parser) -
Uses of MBObjectParser in org.geotools.mbstyle.transform
Constructors in org.geotools.mbstyle.transform with parameters of type MBObjectParser