Interface ResourceId<R>

Type Parameters:
R - the type of resources (e.g. Feature) to filter.
All Superinterfaces:
Filter<R>, Predicate<R>

@UML(identifier="SpatialOperator", specification=ISO_19143) public interface ResourceId<R> extends Filter<R>
Predicate to identify any identifiable resource within a filter expression. This predicates uses a unique identifier for an instance of a resource within the context of the service that is serving the resource.

Versioning

The identifier property is mandatory. Other properties can be used to navigate versions of a resource if an implementation supports versioning. If an implementation does not support versioning, any value specified for these attributes are ignored and the predicate always select the single version that is available.
Since:
3.1