public class JtsMvt extends Object
| Constructor and Description |
|---|
JtsMvt()
Create an empty MVT.
|
JtsMvt(Collection<JtsLayer> layers)
Create a MVT with the provided layers.
|
JtsMvt(JtsLayer... layers)
Create MVT with the provided layers.
|
JtsMvt(JtsLayer layer)
Create MVT with single layer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
JtsLayer |
getLayer(String name)
Get the layer by the given name.
|
Collection<JtsLayer> |
getLayers()
Get get all layers within the vector tile.
|
Map<String,JtsLayer> |
getLayersByName()
Get all layers within the vector tile mapped by name.
|
int |
hashCode() |
String |
toString() |
public JtsMvt()
public JtsMvt(JtsLayer layer)
layer - single MVT layerpublic JtsMvt(JtsLayer... layers)
layers - multiple MVT layerspublic JtsMvt(Collection<JtsLayer> layers)
layers - multiple MVT layerspublic JtsLayer getLayer(String name)
name - layer namepublic Map<String,JtsLayer> getLayersByName()
public Collection<JtsLayer> getLayers()
Copyright © 2022. All rights reserved.