Interface VectorTile
-
- All Known Implementing Classes:
MVTTile
public interface VectorTile
An interface that is used to draw vector tiles, instead of using images- Since:
- 17862
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getExtent()
Get the extent of the tile (in pixels)java.util.Collection<Layer>
getLayers()
Get the layers for this vector tile
-