|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureCollection
A feature collection is a collection of Feature
instances.
Note that a FeatureCollection
is a Feature
itself, which complies to GML feature collection
definitions.
Feature
Method Summary | |
---|---|
FeatureCollection |
getMembers(Filter filter,
XPathEvaluator<Feature> evaluator)
Returns the member features that match the given Filter . |
FeatureCollectionType |
getType()
Returns the type information for this feature collection. |
Methods inherited from interface org.deegree.feature.Feature |
---|
getEnvelope, getExtraProperties, getGeometryProperties, getGMLProperties, getId, getName, getProperties, getProperties, getProperties, getProperties, getProperty, getProperty, setExtraProperties, setId, setProperties, setProperties, setPropertyValue, setPropertyValue |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
FeatureCollectionType getType()
getType
in interface Feature
null
FeatureCollection getMembers(Filter filter, XPathEvaluator<Feature> evaluator) throws FilterEvaluationException
Filter
.
filter
- Filter
to be applied, must not be null
evaluator
- evaluator to use for evaluating XPath expressions, must not be null
FeatureCollection
FilterEvaluationException
- if an exception occurs during the evaluation of the Filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |