org.geotools.feature
Class DefaultFeatureCollections

java.lang.Object
  extended byorg.geotools.feature.FeatureCollections
      extended byorg.geotools.feature.DefaultFeatureCollections
All Implemented Interfaces:
Factory

public class DefaultFeatureCollections
extends FeatureCollections

Concrete extension to FeatureCollections to create DefaultFeatureCollections.

Author:
Ian Schneider

Constructor Summary
DefaultFeatureCollections()
          Creates a new instance of DefaultFeatureCollections
 
Method Summary
protected  FeatureCollection createCollection()
          Creates a new DefaultFeatureCollection.
protected  FeatureCollection createCollection(java.lang.String id, FeatureType ft)
           
 
Methods inherited from class org.geotools.feature.FeatureCollections
getImplementationHints, newCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFeatureCollections

public DefaultFeatureCollections()
Creates a new instance of DefaultFeatureCollections

Method Detail

createCollection

protected FeatureCollection createCollection()
Creates a new DefaultFeatureCollection.

Specified by:
createCollection in class FeatureCollections
Returns:
A new, empty DefaultFeatureCollection.

createCollection

protected FeatureCollection createCollection(java.lang.String id,
                                             FeatureType ft)


Copyright © GeoTools. All Rights Reserved.