Package com.luciad.ogc.filter.spatial
Class TLcdOGCFilterSpatialEvaluator
java.lang.Object
com.luciad.ogc.filter.evaluator.TLcdOGCFilterEvaluator
com.luciad.ogc.filter.spatial.TLcdOGCFilterSpatialEvaluator
- All Implemented Interfaces:
ILcdOGCFilterEvaluator
Deprecated.
This evaluator builder adds a limited support for spatial operators to the default evaluator builder
TLcdOGCFilterEvaluator.
It requires the Geometry additional component.
The spatial operators supported are :
DisjointCrossesfor 2D curvesOverlapsfor 2D curvesIntersectsContainsWithin
-
Field Summary
Fields inherited from class com.luciad.ogc.filter.evaluator.TLcdOGCFilterEvaluator
CONTEXT, CURRENT_OBJECT -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.It is no longer needed to create instances of this class. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidpopulate(TLcdOGCFilterEvaluator aFilterEvaluator) Deprecated.It is no longer needed to call this method.Methods inherited from class com.luciad.ogc.filter.evaluator.TLcdOGCFilterEvaluator
buildFilter, buildPropertyRetriever, createEvaluatorFactory, getFilterCapabilities, registerDefaultFunction, registerFunction
-
Constructor Details
-
TLcdOGCFilterSpatialEvaluator
Deprecated.It is no longer needed to create instances of this class. TheTLcdOGCFilterEvaluatoris now able to handle all spatial operators this class can handle on the condition that the Advanced GIS Engine component is available on the class path.Creates an spatial filter evaluator instance. This instance supports base operations inherited fromTLcdOGCFilterEvaluatorplus the spatial operators statically provided by this class.
-
-
Method Details
-
populate
Deprecated.It is no longer needed to call this method. All theTLcdOGCFilterEvaluatorinstances support the spatial operator functions on the condition that the Advanced GIS Engine component is available on the class path.Populates a filter evaluator with the operator functions supported by this class.- Parameters:
aFilterEvaluator- the evaluator to populated.
-
TLcdOGCFilterEvaluatoris now able to handle all spatial operators this class can handle on the condition that the Advanced GIS Engine component is available on the class path.