Uses of Class
org.geotools.mbstyle.source.MBSource
-
Packages that use MBSource Package Description org.geotools.mbstyle Support for MapBox Style generation for GeoTools.org.geotools.mbstyle.source -
-
Uses of MBSource in org.geotools.mbstyle
Methods in org.geotools.mbstyle that return types with arguments of type MBSource Modifier and Type Method Description Map<String,MBSource>
MBStyle. getSources()
Data source specifications. -
Uses of MBSource in org.geotools.mbstyle.source
Subclasses of MBSource in org.geotools.mbstyle.source Modifier and Type Class Description class
CanvasMBSource
Wrapper around aJSONObject
containing a Mapbox canvas source.class
GeoJsonMBSource
Wrapper around aJSONObject
holding a Mapbox GeoJSON source.class
ImageMBSource
Wrapper around aJSONObject
containing a Mapbox image source.class
MediaMBSource
Wrapper around aJSONObject
containing a Mapbox media (image or video) source.class
RasterMBSource
Wrapper around aJSONObject
holding a Mapbox raser source.class
TileMBSource
Wrapper around aJSONObject
holding a tiled Mapbox source.class
VectorMBSource
Wrapper around aJSONObject
holding a Mapbox vectorsource.class
VideoMBSource
Wrapper around aJSONObject
containing a Mapbox video source.Methods in org.geotools.mbstyle.source that return MBSource Modifier and Type Method Description static MBSource
MBSource. create(JSONObject json, MBObjectParser parser)
-