FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Filter::GeometricCondition Class Reference
[OSGeo::FDO::Filter]

Inherits OSGeo::FDO::Filter::SearchCondition.

Inherited by OSGeo::FDO::Filter::DistanceCondition, and OSGeo::FDO::Filter::SpatialCondition.

Inheritance diagram for OSGeo::FDO::Filter::GeometricCondition:

Inheritance graph
[legend]
List of all members.

Detailed Description

GeometricCondition is an abstract class that derives from SearchCondition and can be used to test whether the value of a geometric property meets a particular spatial criteria. GeometricCondition is the base class for DistanceCondition and SpatialCondition.

()

Definition at line 39 of file mgGeometricCondition.h.


Public Member Functions

 GeometricCondition (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a GeometricCondition object based on an unmanaged instance of the object.
__property OSGeo::FDO::Expression::Identifierget_PropertyName ()
 Gets the name of the geometric property.
__property System::Void set_PropertyName (OSGeo::FDO::Expression::Identifier *value)
 Sets the name of the geometric property.

Comments or suggestions? Send us feedback.