Class TLcdOGCResourceIdsOperator

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.filter.model.TLcdOGCResourceIdsOperator
All Implemented Interfaces:
ILcdDataObject, ILcdGenericExpression, ILcdOGCCondition, ILcdCloneable, ILcdDeepCloneable, Cloneable

public final class TLcdOGCResourceIdsOperator extends TLcdDataObject implements ILcdOGCCondition
Condition that can be used in an OGC Filter to match elements based on their ID.

You can use TLcdOGCFilterFactory.resourceIds(com.luciad.ogc.filter.model.TLcdOGCResourceId...) to easily create this operator.

This operator can be used regardless of what OGC Filter version is used for (de)serialization:

  • When used as an OGC Filter 1.1, this operator will be transformed to/from an OGC Filter with a list of object IDs
  • When used as an OGC Filter 2.0, this operator will be transformed to/from an OGC Filter with a condition with a list of resource IDs
Since:
2017.0
See Also: