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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.Set<java.lang.String>getIDs()Returns a Set containing the IDs of features that will pass this filter.
-
-
-
Method Detail
-
getIDs
@XmlElement(value="fid") java.util.Set<java.lang.String> getIDs()
Returns a Set containing the IDs of features that will pass this filter.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG