Class MVTTile.MVTDataSource

java.lang.Object
org.gvsig.mvtrenderer.lib.impl.MVTTile.MVTDataSource
Enclosing class:
MVTTile

public static class MVTTile.MVTDataSource extends Object
Data structure to hold a collection of features for a specific source layer.
  • 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.