| Package | Description |
|---|---|
| edu.colorado.cires.cmg.mvt.adapt.jts.model |
| Modifier and Type | Method and Description |
|---|---|
JtsLayer |
JtsMvt.getLayer(String name)
Get the layer by the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<JtsLayer> |
JtsMvt.getLayers()
Get get all layers within the vector tile.
|
Map<String,JtsLayer> |
JtsMvt.getLayersByName()
Get all layers within the vector tile mapped by name.
|
| Constructor and Description |
|---|
JtsMvt(JtsLayer... layers)
Create MVT with the provided layers.
|
JtsMvt(JtsLayer layer)
Create MVT with single layer.
|
| Constructor and Description |
|---|
JtsMvt(Collection<JtsLayer> layers)
Create a MVT with the provided layers.
|
Copyright © 2022. All rights reserved.