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