Uses of Class
org.geotools.feature.collection.AbstractFeatureCollection
-
Packages that use AbstractFeatureCollection Package Description org.geotools.data.collection Implementations of FeatureCollection for different purposes.org.geotools.data.crs org.geotools.data.memory -
-
Uses of AbstractFeatureCollection in org.geotools.data.collection
Subclasses of AbstractFeatureCollection in org.geotools.data.collection Modifier and Type Class Description classListFeatureCollectionFeatureCollection implementation wrapping around a java.util.List. -
Uses of AbstractFeatureCollection in org.geotools.data.crs
Subclasses of AbstractFeatureCollection in org.geotools.data.crs Modifier and Type Class Description classForceCoordinateSystemFeatureResultsForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes.classReprojectFeatureResultsReprojectFeatureReader provides a reprojection for FeatureTypes. -
Uses of AbstractFeatureCollection in org.geotools.data.memory
Subclasses of AbstractFeatureCollection in org.geotools.data.memory Modifier and Type Class Description classMemoryFeatureCollectionImplement a SimpleFeatureCollection by burning memory!
-