Package org.gvsig.mvtrenderer.lib.impl
Class MVTTile.MVTDataSource
java.lang.Object
org.gvsig.mvtrenderer.lib.impl.MVTTile.MVTDataSource
- Enclosing class:
- MVTTile
Data structure to hold a collection of features for a specific source layer.
-
Constructor Summary
ConstructorsConstructorDescriptionMVTDataSource(org.geotools.data.simple.SimpleFeatureCollection features, String name, org.locationtech.jts.geom.Envelope envelope) Constructs a new MVTDataSource. -
Method Summary
-
Constructor Details
-
MVTDataSource
public MVTDataSource(org.geotools.data.simple.SimpleFeatureCollection features, String name, org.locationtech.jts.geom.Envelope envelope) Constructs a new MVTDataSource.- Parameters:
features- The collection of features.name- The name of the source layer.envelope- The envelope of the layer.
-