Package org.geotools.xml.gml
Class GMLFeatureCollection
- Object
- 
- DefaultFeatureCollection
- 
- GMLFeatureCollection
 
 
- 
- All Implemented Interfaces:
- Iterable<SimpleFeature>,- Collection<SimpleFeature>,- SimpleFeatureCollection,- FeatureCollection<SimpleFeatureType,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 DefaultFeatureCollectionid, LOGGER, schema
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedGMLFeatureCollection(String id, Envelope b)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencedEnvelopegetBounds()Gets the bounding box for the features in this feature collection.- 
Methods inherited from class DefaultFeatureCollectionaccepts, add, add, addAll, addAll, clear, close, collection, contains, containsAll, features, fids, getCount, getID, getSchema, isEmpty, iterator, purge, reader, remove, removeAll, retainAll, size, sort, subCollection, toArray, toArray, validate
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface Collectionequals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
 
- 
 
- 
- 
- 
Method Detail- 
getBoundspublic ReferencedEnvelope getBounds() Description copied from class:DefaultFeatureCollectionGets the bounding box for the features in this feature collection.- Specified by:
- getBoundsin interface- FeatureCollection<SimpleFeatureType,SimpleFeature>
- Overrides:
- getBoundsin class- DefaultFeatureCollection
- Returns:
- the envelope of the geometries contained by this feature collection.
 
 
- 
 
-