org.geotools.xml.gml
Class GMLFeatureCollection

java.lang.Object
  extended by org.geotools.feature.DefaultFeatureCollection
      extended by org.geotools.xml.gml.GMLFeatureCollection
All Implemented Interfaces:
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>

public class GMLFeatureCollection
extends DefaultFeatureCollection

Author:
dzwiers TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class org.geotools.feature.DefaultFeatureCollection
id, listeners, LOGGER, schema
 
Constructor Summary
protected GMLFeatureCollection(java.lang.String id, com.vividsolutions.jts.geom.Envelope b)
           
 
Method Summary
 ReferencedEnvelope getBounds()
          Gets the bounding box for the features in this feature collection.
 
Methods inherited from class org.geotools.feature.DefaultFeatureCollection
accepts, accepts, add, add, addAll, addAll, addListener, clear, close, close, collection, contains, containsAll, features, fids, fireChange, fireChange, fireChange, getCount, getID, getSchema, isEmpty, iterator, purge, reader, remove, removeAll, removeListener, retainAll, size, sort, sort, subCollection, toArray, toArray, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMLFeatureCollection

protected GMLFeatureCollection(java.lang.String id,
                               com.vividsolutions.jts.geom.Envelope b)
Method Detail

getBounds

public ReferencedEnvelope getBounds()
Description copied from class: DefaultFeatureCollection
Gets the bounding box for the features in this feature collection.

Specified by:
getBounds in interface FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
Overrides:
getBounds in class DefaultFeatureCollection
Returns:
the envelope of the geometries contained by this feature collection.


Copyright © 1996-2010 Geotools. All Rights Reserved.