FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Filter::SpatialCondition:
Public Member Functions | |
__property OSGeo::FDO::Expression::Expression * | get_Geometry () |
Gets the literal geometric value. | |
__property OSGeo::FDO::Filter::SpatialOperations | get_Operation () |
Gets the spatial operation to use. | |
System::Void | Process (OSGeo::FDO::Filter::IFilterProcessor *processor) |
Overrides Filter.Process to pass SpatialCondition to the appropriate filter processor operation. | |
__property System::Void | set_Geometry (OSGeo::FDO::Expression::Expression *value) |
Sets the literal geometric value. | |
__property System::Void | set_Operation (OSGeo::FDO::Filter::SpatialOperations value) |
Sets the spatial operation to use. | |
SpatialCondition (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs a SpatialCondition object based on an unmanaged instance of the object. | |
SpatialCondition (OSGeo::FDO::Expression::Identifier *propertyName, OSGeo::FDO::Filter::SpatialOperations operation, OSGeo::FDO::Expression::Expression *geometry) | |
Constructs an instance of an SpatialCondition using the specified arguments. | |
SpatialCondition (System::String *propertyName, OSGeo::FDO::Filter::SpatialOperations operation, OSGeo::FDO::Expression::Expression *geometry) | |
Constructs an instance of an SpatialCondition using the specified arguments. | |
SpatialCondition () | |
Constructs a default instance of an SpatialCondition. |
|
Constructs a default instance of an SpatialCondition.
|
|
Constructs an instance of an SpatialCondition using the specified arguments.
|
|
Constructs an instance of an SpatialCondition using the specified arguments.
|
|
Constructs a SpatialCondition object based on an unmanaged instance of the object.
|
|
Gets the literal geometric value.
|
|
Gets the spatial operation to use.
|
|
Overrides Filter.Process to pass SpatialCondition to the appropriate filter processor operation.
Reimplemented from OSGeo::FDO::Filter::Filter. |
|
Sets the literal geometric value.
|
|
Sets the spatial operation to use.
|
Comments or suggestions? Send us feedback. |