FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Filter::UnaryLogicalOperator:
Public Member Functions | |
__property OSGeo::FDO::Filter::Filter * | get_Operand () |
Gets Filter operand to apply the operator to. | |
__property OSGeo::FDO::Filter::UnaryLogicalOperations | get_Operation () |
Gets the unary operation to be performed on the operand. | |
System::Void | Process (OSGeo::FDO::Filter::IFilterProcessor *processor) |
Overrides Filter.Process to pass UnaryLogicalOperator to the appropriate filter processor operation. | |
__property System::Void | set_Operand (OSGeo::FDO::Filter::Filter *value) |
Sets Filter operand to apply the operator to. | |
__property System::Void | set_Operation (OSGeo::FDO::Filter::UnaryLogicalOperations value) |
Sets the unary operation to be performed on the operand. | |
UnaryLogicalOperator (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs a UnaryLogicalOperator object based on an unmanaged instance of the object. | |
UnaryLogicalOperator (OSGeo::FDO::Filter::Filter *operand, OSGeo::FDO::Filter::UnaryLogicalOperations operation) | |
Constructs an instance of an UnaryLogicalOperator using the specified arguments. | |
UnaryLogicalOperator () | |
Constructs a default instance of an UnaryLogicalOperator. |
|
Constructs a default instance of an UnaryLogicalOperator.
|
|
Constructs an instance of an UnaryLogicalOperator using the specified arguments.
|
|
Constructs a UnaryLogicalOperator object based on an unmanaged instance of the object.
|
|
Gets Filter operand to apply the operator to.
|
|
Gets the unary operation to be performed on the operand.
|
|
Overrides Filter.Process to pass UnaryLogicalOperator to the appropriate filter processor operation.
Reimplemented from OSGeo::FDO::Filter::Filter. |
|
Sets Filter operand to apply the operator to.
|
|
Sets the unary operation to be performed on the operand.
|
Comments or suggestions? Send us feedback. |