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 :
Disjoint
Crosses
for 2D curvesOverlaps
for 2D curvesIntersects
Contains
Within
-
Field Summary
Fields inherited from class com.luciad.ogc.filter.evaluator.TLcdOGCFilterEvaluator
CONTEXT, CURRENT_OBJECT
-
Constructor Summary
ConstructorDescriptionDeprecated.It is no longer needed to create instances of this class. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
populate
(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. TheTLcdOGCFilterEvaluator
is 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 fromTLcdOGCFilterEvaluator
plus the spatial operators statically provided by this class.
-
-
Method Details
-
populate
Deprecated.It is no longer needed to call this method. All theTLcdOGCFilterEvaluator
instances 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.
-
TLcdOGCFilterEvaluator
is 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.