class PbfVectorTileRenderer extends java.lang.Object
A TileRenderer that creates MapBox PBF Vector Tiles
| Constructor and description | 
|---|
                                PbfVectorTileRenderer
                                (Layer layer, List fields)Create a new PbfVectorTileRenderer with a single Layer and a List of subfields  | 
                        
                                PbfVectorTileRenderer
                                (List layers, Map 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  | 
                        
                                PbfVectorTileRenderer
                                () | 
                        
| Methods inherited from class | Name | 
|---|---|
class java.lang.Object | 
                            java.lang.Object#wait(long, int), java.lang.Object#wait(long), 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 fields