Uses of Class
org.geotools.feature.DefaultFeatureCollection
Packages that use DefaultFeatureCollection
Package
Description
Reads
GML files and translates them into Java objects.
-
Uses of DefaultFeatureCollection in org.geotools.data
Methods in org.geotools.data that return DefaultFeatureCollectionModifier and TypeMethodDescriptionstatic 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 DefaultFeatureCollectionModifierConstructorDescriptionGMLReceiver
(DefaultFeatureCollection featureCollection) Creates a new instance of GMLReceiver -
Uses of DefaultFeatureCollection in org.geotools.xml.gml
Subclasses of DefaultFeatureCollection in org.geotools.xml.gml