public class RasterMBSource extends TileMBSource
JSONObject
holding a Mapbox raser source. Tiled sources (vector and
raster) must specify their details in terms of the TileJSON specification.Constructor and Description |
---|
RasterMBSource(JSONObject json) |
RasterMBSource(JSONObject json,
MBObjectParser parser) |
Modifier and Type | Method and Description |
---|---|
Number |
getTileSize()
(Optional) Units in pixels.
|
String |
getType()
Type of source.
|
getMaxZoom, getMinZoom, getTiles, getUrl
public RasterMBSource(JSONObject json)
public RasterMBSource(JSONObject json, MBObjectParser parser)
public Number getTileSize()
The minimum visual size to display tiles for this layer. Only configurable for raster layers.
Copyright © 1996–2022 Geotools. All rights reserved.