org.deegree.protocol.wfs.client
Class WFSFeatureCollection<T>
java.lang.Object
org.deegree.protocol.wfs.client.WFSFeatureCollection<T>
public class WFSFeatureCollection<T>
- extends Object
Provides convenient stream-based access to the payload of a WFS GetFeature
response.
Supported versions:
- WFS 1.0.0
- WFS 1.1.0
- WFS 2.0.0
TODO in order to make this usable for really large amounts of complex features, GMLDocumentIdContext
needs to be rewritten (so it doesn't keep references to all features in memory).
- Version:
- $Revision: 32145 $, $Date: 2011-10-14 19:13:51 +0200 (Fri, 14 Oct 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTimeStamp
public String getTimeStamp()
getNumberReturned
public BigInteger getNumberReturned()
getNumberMatched
public BigInteger getNumberMatched()
getNextUri
public String getNextUri()
getPreviousUri
public String getPreviousUri()
getLockId
public String getLockId()
getBoundedBy
public Envelope getBoundedBy()
getMembers
public Iterator<T> getMembers()
getAdditionalObjects
public Iterator<GMLObject> getAdditionalObjects()
getIdContext
public GMLDocumentIdContext getIdContext()
toCollection
public FeatureCollection toCollection()
Copyright © 2011. All Rights Reserved.