Uses of Class
org.geotools.mbstyle.parse.MBObjectParser
-
Packages that use MBObjectParser Package Description org.geotools.mbstyle.expression org.geotools.mbstyle.layer org.geotools.mbstyle.parse JSON Parsing support for MapBox Style support.org.geotools.mbstyle.source org.geotools.mbstyle.transform -
-
Uses of MBObjectParser in org.geotools.mbstyle.expression
Fields in org.geotools.mbstyle.expression declared as MBObjectParser Modifier and Type Field Description protected MBObjectParser
MBExpression. parse
-
Uses of MBObjectParser in org.geotools.mbstyle.layer
Fields in org.geotools.mbstyle.layer declared as MBObjectParser Modifier and Type Field Description protected MBObjectParser
MBLayer. parse
Helper class used to provide json access and expression / filter conversionsConstructors in org.geotools.mbstyle.layer with parameters of type MBObjectParser Constructor Description MBLayer(JSONObject json, MBObjectParser parse)
-
Uses of MBObjectParser in org.geotools.mbstyle.parse
Fields in org.geotools.mbstyle.parse declared as MBObjectParser Modifier and Type Field Description protected MBObjectParser
MBFilter. parse
Parser context.protected MBObjectParser
MBFunction. parse
Constructors in org.geotools.mbstyle.parse with parameters of type MBObjectParser Constructor Description MBFilter(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 MBObjectParser Modifier and Type Field Description protected MBObjectParser
MBSource. parser
Methods in org.geotools.mbstyle.source with parameters of type MBObjectParser Modifier and Type Method Description static MBSource
MBSource. create(JSONObject json, MBObjectParser parser)
Constructors in org.geotools.mbstyle.source with parameters of type MBObjectParser Constructor Description CanvasMBSource(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 Constructor Description MBStyleTransformer(MBObjectParser parse)
-