public final class VectorLayer
- Object
- VectorLayer
A named layer of a decoded vector tile (for example
water, road,
building, place) holding its features and the integer extent of its
local coordinate grid (4096 by default).Methods
public String getName() | The layer name as authored in the tileset (used to match style rules). |
public int getExtent() | The tile-local coordinate extent; geometry ranges over 0..extent. |
public List getFeatures() | The features in this layer (VectorFeature). |
Inherited methods
Method details
getName
public String getName()The layer name as authored in the tileset (used to match style rules).
getExtent
public int getExtent()The tile-local coordinate extent; geometry ranges over
0..extent.getFeatures
public List getFeatures()The features in this layer (
VectorFeature).