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 |
Modifier and Type | Field and Description |
---|---|
protected MBObjectParser |
MBExpression.parse |
Modifier and Type | Field and Description |
---|---|
protected MBObjectParser |
MBLayer.parse
Helper class used to provide json access and expression / filter conversions
|
Constructor and Description |
---|
MBLayer(JSONObject json,
MBObjectParser parse) |
Modifier and Type | Field and Description |
---|---|
protected MBObjectParser |
MBFunction.parse |
protected MBObjectParser |
MBFilter.parse
Parser context.
|
Constructor and 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 correct
context . |
Modifier and Type | Field and Description |
---|---|
protected MBObjectParser |
MBSource.parser |
Modifier and Type | Method and Description |
---|---|
static MBSource |
MBSource.create(JSONObject json,
MBObjectParser parser) |
Constructor and 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) |
Constructor and Description |
---|
MBStyleTransformer(MBObjectParser parse) |
Copyright © 1996–2022 Geotools. All rights reserved.