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 class
ListFeatureCollection
FeatureCollection 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 class
ForceCoordinateSystemFeatureResults
ForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes.class
ReprojectFeatureResults
ReprojectFeatureReader 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 class
MemoryFeatureCollection
Implement a SimpleFeatureCollection by burning memory!
-