|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureResultSet
Provides access to the results of a Query
operation.
Method Summary | |
---|---|
void |
close()
Must be invoked after using to close underlying resources, e.g. |
FeatureCollection |
toCollection()
Returns all members of the FeatureResultSet as a FeatureCollection . |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
void close()
ResultSet
s.
FeatureCollection toCollection()
FeatureResultSet
as a FeatureCollection
.
NOTE: This method should not be called for very large result sets, as it introduces the overhead of keeping all
created feature instances in memory. The returned collection will contain all Feature
s instances from the
current position in the iteration sequence.
null
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |