org.opengis.filter.identity
Interface FeatureId

Show UML class diagram
All Superinterfaces:
Identifier

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

Feature identifier. Features are identified as strings.

Since:
GeoAPI 2.0

Method Summary
 String getID()
          The identifier value, which is a string.
 boolean matches(Object feature)
          Evaluates the identifer value against the given feature.
 
Methods inherited from interface Identifier
equals, hashCode, toString
 

Method Detail

getID

@XmlElement(value="fid")
String getID()
The identifier value, which is a string.

Specified by:
getID in interface Identifier

matches

boolean matches(Object feature)
Evaluates the identifer value against the given feature.

Specified by:
matches in interface Identifier
Parameters:
feature - The feature to be tested.
Returns:
true if a match, otherwise false.


Copyright © 1994-2013 Open Geospatial Consortium. All Rights Reserved.