class PbfVectorTileRenderer extends java.lang.Object implements TileRenderer
A TileRenderer that creates MapBox PBF Vector Tiles
Constructor and description |
---|
PbfVectorTileRenderer
(Layer layer, java.util.List fields) Create a new PbfVectorTileRenderer with a single Layer and a List of subfields |
PbfVectorTileRenderer
(java.util.List<Layer> layers, java.util.Map<java.lang.String, java.util.List> fields) Create a new PbfVectorTileRenderer with a List of Layers and a Map of sub fields where the key is the Layer name and the value is a List of sub fields |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Create a new PbfVectorTileRenderer with a single Layer and a List of subfields
layer
- The Layerfields
- The List of Fields to includeCreate a new PbfVectorTileRenderer with a List of Layers and a Map of sub fields where the key is the Layer name and the value is a List of sub fields
layers
- The List of Layersfields
- The Map of sub fieldsRenderer a Tile's data for a given Bounds
b
- The Bounds