| FDO API Reference | Feature Data Objects |
#include <SpatialCondition.h>
Inherits FdoGeometricCondition.
Inheritance diagram for FdoSpatialCondition:
Definition at line 41 of file SpatialCondition.h.
Public Member Functions | |
| FDO_API FdoExpression * | GetGeometry () |
| Gets the literal geometric value. | |
| FDO_API FdoSpatialOperations | GetOperation () |
| Gets the spatial operation to use. | |
| FDO_API void | Process (FdoIFilterProcessor *p) |
| Overrides FdoFilter.Process to pass the FdoSpatialCondition to the appropriate filter processor operation. | |
| FDO_API void | SetGeometry (FdoExpression *value) |
| Sets the literal geometric value. | |
| FDO_API void | SetOperation (FdoSpatialOperations value) |
| Sets the spatial operation to use. | |
| FdoString * | ToStringInternal (FdoIdentifierCollection *pIdCol) |
| DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter. | |
Static Public Member Functions | |
| FDO_API FdoSpatialCondition * | Create (FdoIdentifier *propertyName, FdoSpatialOperations operation, FdoExpression *geometry) |
| Constructs an instance of an FdoSpatialCondition using the specified arguments. | |
| FDO_API FdoSpatialCondition * | Create (FdoString *propertyName, FdoSpatialOperations operation, FdoExpression *geometry) |
| Constructs an instance of an FdoSpatialCondition using the specified arguments. | |
| FDO_API FdoSpatialCondition * | Create () |
| Constructs a default instance of an FdoSpatialCondition. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoSpatialCondition (FdoIdentifier *propertyName, FdoSpatialOperations operation, FdoExpression *geometry) | |
| FdoSpatialCondition (FdoString *propertyName, FdoSpatialOperations operation, FdoExpression *geometry) | |
| FdoSpatialCondition () | |
| Constructs a default instance of an FdoSpatialCondition. | |
| virtual | ~FdoSpatialCondition () |
|
|
Constructs a default instance of an FdoSpatialCondition.
|
|
||||||||||||||||
|
Constructs an instance of an FdoSpatialCondition using the specified arguments. |
|
||||||||||||||||
|
Constructs an instance of an FdoSpatialCondition using the specified arguments. |
|
|
|
|
||||||||||||||||
|
Constructs an instance of an FdoSpatialCondition using the specified arguments.
|
|
||||||||||||||||
|
Constructs an instance of an FdoSpatialCondition using the specified arguments.
|
|
|
Constructs a default instance of an FdoSpatialCondition.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the literal geometric value.
|
|
|
Gets the spatial operation to use.
|
|
|
Overrides FdoFilter.Process to pass the FdoSpatialCondition to the appropriate filter processor operation.
Implements FdoFilter. |
|
|
Sets the literal geometric value.
|
|
|
Sets the spatial operation to use.
|
|
|
DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter.
Implements FdoFilter. |
| Comments or suggestions? Send us feedback. |