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 classCanvasMBSourceWrapper around aJSONObjectcontaining a Mapbox canvas source.classGeoJsonMBSourceWrapper around aJSONObjectholding a Mapbox GeoJSON source.classImageMBSourceWrapper around aJSONObjectcontaining a Mapbox image source.classMediaMBSourceWrapper around aJSONObjectcontaining a Mapbox media (image or video) source.classRasterMBSourceWrapper around aJSONObjectholding a Mapbox raser source.classTileMBSourceWrapper around aJSONObjectholding a tiled Mapbox source.classVectorMBSourceWrapper around aJSONObjectholding a Mapbox vectorsource.classVideoMBSourceWrapper around aJSONObjectcontaining a Mapbox video source.Methods in org.geotools.mbstyle.source that return MBSource Modifier and Type Method Description static MBSourceMBSource. create(JSONObject json, MBObjectParser parser)
-