Uses of Class
org.geotools.feature.DefaultFeatureCollection

Packages that use DefaultFeatureCollection
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
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
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
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
 class GMLFeatureCollection
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.