org.geotools.xml.gml
Class GMLFeatureCollection

java.lang.Object
  extended byorg.geotools.feature.DefaultFeatureCollection
      extended byorg.geotools.xml.gml.GMLFeatureCollection
All Implemented Interfaces:
java.util.Collection, Feature, FeatureCollection, FeatureResults, ResourceCollection

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

Nested Class Summary
 
Nested classes inherited from class org.geotools.feature.Feature
Feature.NULL
 
Constructor Summary
protected GMLFeatureCollection(java.lang.String id, com.vividsolutions.jts.geom.Envelope b)
           
 
Method Summary
 com.vividsolutions.jts.geom.Envelope getBounds()
          Gets the bounding box for the features in this feature collection.
 
Methods inherited from class org.geotools.feature.DefaultFeatureCollection
accepts, add, add, addAll, addListener, clear, close, close, collection, contains, containsAll, features, fids, fireChange, fireChange, fireChange, getAttribute, getAttribute, getAttributes, getCount, getDefaultGeometry, getFeatureType, getID, getNumberOfAttributes, getParent, getSchema, isEmpty, iterator, purge, reader, remove, removeAll, removeListener, retainAll, setAttribute, setAttribute, setDefaultGeometry, setParent, size, sort, sort, subCollection, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

GMLFeatureCollection

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

getBounds

public com.vividsolutions.jts.geom.Envelope getBounds()
Description copied from class: DefaultFeatureCollection
Gets the bounding box for the features in this feature collection.

Specified by:
getBounds in interface FeatureResults
Overrides:
getBounds in class DefaultFeatureCollection
Returns:
the envelope of the geometries contained by this feature collection.


Copyright © GeoTools. All Rights Reserved.