Package com.luciad.ogc.filter.model
Class TLcdOGCResourceIdsOperator
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.filter.model.TLcdOGCResourceIdsOperator
- All Implemented Interfaces:
ILcdDataObject
,ILcdGenericExpression
,ILcdOGCCondition
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
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:
-
Constructor Summary
ConstructorDescriptionTLcdOGCResourceIdsOperator
(Collection<TLcdOGCResourceId> aResourceIds) Create a condition that matches elements based on the given IDs. -
Method Summary
Methods inherited from class com.luciad.datamodel.TLcdDataObject
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
-
Constructor Details
-
TLcdOGCResourceIdsOperator
Create a condition that matches elements based on the given IDs. You can useTLcdOGCFilterFactory.resourceIds(com.luciad.ogc.filter.model.TLcdOGCResourceId...)
to easily create this operator.- Parameters:
aResourceIds
-
-
-
Method Details