FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoGeometricCondition Class Reference

#include <GeometricCondition.h>

Inherits FdoSearchCondition.

Inherited by FdoDistanceCondition, and FdoSpatialCondition.

Inheritance diagram for FdoGeometricCondition:

[legend]
List of all members.

Detailed Description

The FdoGeometricCondition abstract class derives from FdoSearchCondition and can be used to test whether the value of a geometric property meets a particular spatial criteria. FdoGeometricCondition is the base class for FdoDistanceCondition and FdoSpatialCondition.

Definition at line 35 of file GeometricCondition.h.


Public Member Functions

FDO_API FdoIdentifierGetPropertyName ()
 Gets the name of the geometric property.
FDO_API void SetPropertyName (FdoIdentifier *value)
 Sets the name of the geometric property.

Protected Member Functions

 FdoGeometricCondition (FdoIdentifier *propertyName)
 FdoGeometricCondition (FdoString *propertyName)
 FdoGeometricCondition ()
 Constructs a default instance of an FdoGeometricCondition.
virtual ~FdoGeometricCondition ()

Constructor & Destructor Documentation

FdoGeometricCondition::FdoGeometricCondition  )  [protected]
 

Constructs a default instance of an FdoGeometricCondition.

FdoGeometricCondition::FdoGeometricCondition FdoString propertyName  )  [protected]
 

Constructs an instance of an FdoGeometricCondition using the specified arguments.

FdoGeometricCondition::FdoGeometricCondition FdoIdentifier propertyName  )  [protected]
 

Constructs an instance of an FdoGeometricCondition using the specified arguments.

virtual FdoGeometricCondition::~FdoGeometricCondition  )  [protected, virtual]
 


Member Function Documentation

FDO_API FdoIdentifier* FdoGeometricCondition::GetPropertyName  ) 
 

Gets the name of the geometric property.

Returns:
Returns the name of the geometric property

FDO_API void FdoGeometricCondition::SetPropertyName FdoIdentifier value  ) 
 

Sets the name of the geometric property.

Parameters:
value Input the name of the geometric property
Returns:
Returns nothing

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.