public final class MvtLayerBuild extends Object
| Constructor and Description |
|---|
MvtLayerBuild() |
| Modifier and Type | Method and Description |
|---|---|
static VectorTile.Tile.Layer.Builder |
newLayerBuilder(String layerName,
MvtLayerParams mvtLayerParams)
Create a new
VectorTile.Tile.Layer.Builder instance with
initialized version, name, and extent metadata. |
static void |
writeProps(VectorTile.Tile.Layer.Builder layerBuilder,
MvtLayerProps layerProps)
Modifies
layerBuilder to contain properties from layerProps. |
public static VectorTile.Tile.Layer.Builder newLayerBuilder(String layerName, MvtLayerParams mvtLayerParams)
VectorTile.Tile.Layer.Builder instance with
initialized version, name, and extent metadata.layerName - name of the layermvtLayerParams - tile creation parameterspublic static void writeProps(VectorTile.Tile.Layer.Builder layerBuilder, MvtLayerProps layerProps)
layerBuilder to contain properties from layerProps.layerBuilder - layer builder to write tolayerProps - properties to writeCopyright © 2022. All rights reserved.