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

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.

()


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::Identifier
get_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.