GeoAPI 2.0
Build 2005-06-08

org.opengis.filter
Interface FeatureId

All Superinterfaces:
Filter

@XmlElement(value="FeatureId")
public interface FeatureId
extends Filter

Instances of this interface represent a filter that passes only for features that have one of the IDs given to this object.

Since:
GeoAPI 2.0
Version:
Implementation specification 1.0

Method Summary
 Set<String> getIDs()
          Returns a Set containing the IDs of features that will pass this filter.
 
Methods inherited from interface Filter
accept, evaluate
 

Method Detail

getIDs

@XmlElement(value="fid")
Set<String> getIDs()
Returns a Set containing the IDs of features that will pass this filter.


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium