Package org.geotools.mbstyle.source
Class VectorMBSource
- Object
-
- MBSource
-
- TileMBSource
-
- VectorMBSource
-
public class VectorMBSource extends TileMBSource
Wrapper around aJSONObject
holding a Mapbox vectorsource. Tiled sources (vector and raster) must specify their details in terms of the TileJSON specification.
-
-
Constructor Summary
Constructors Constructor Description VectorMBSource(JSONObject json)
VectorMBSource(JSONObject json, MBObjectParser parser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Type of source.-
Methods inherited from class TileMBSource
getMaxZoom, getMinZoom, getTiles, getUrl
-
-
-
-
Constructor Detail
-
VectorMBSource
public VectorMBSource(JSONObject json)
-
VectorMBSource
public VectorMBSource(JSONObject json, MBObjectParser parser)
-
-