Uses of Class
org.geotools.feature.DefaultFeatureCollection
-
Packages that use DefaultFeatureCollection Package Description org.geotools.data org.geotools.gml Reads GML files and translates them into Java objects.org.geotools.xml.gml -
-
Uses of DefaultFeatureCollection in org.geotools.data
Methods in org.geotools.data that return DefaultFeatureCollection Modifier and Type Method Description static DefaultFeatureCollection
DataUtilities. collection(FeatureCollection<SimpleFeatureType,SimpleFeature> featureCollection)
Copies the provided features into a FeatureCollection. -
Uses of DefaultFeatureCollection in org.geotools.gml
Constructors in org.geotools.gml with parameters of type DefaultFeatureCollection Constructor Description GMLReceiver(DefaultFeatureCollection featureCollection)
Creates a new instance of GMLReceiver -
Uses of DefaultFeatureCollection in org.geotools.xml.gml
Subclasses of DefaultFeatureCollection in org.geotools.xml.gml Modifier and Type Class Description class
GMLFeatureCollection
-