FDO API Reference Feature Data Objects

FdoGeometryValue Class Reference

#include <GeometryValue.h>

Inherits FdoLiteralValue.

Inheritance diagram for FdoGeometryValue:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoGeometryValue class derives from FdoLiteralValue and represents a geometric value.

Definition at line 31 of file GeometryValue.h.


Public Member Functions

FDO_API FdoByteArrayGetGeometry ()
 Gets the geometry as a byte array. The geometry is expected to be encoded in Autodesk Well-Known Binary format.
FDO_API bool IsNull ()
 Returns true if the FdoGeometryValue represents a null value.
FDO_API void Process (FdoIExpressionProcessor *p)
 Overrides FdoExpression.Process to pass the FdoGeometryValue to the appropriate expression processor operation.
FDO_API void SetGeometry (FdoByteArray *value)
 Sets the geometry as a byte array. The geometry is expected to be encoded in Autodesk Well-Known Binary format.
FDO_API void SetNullValue ()
 Sets the FdoGeometryValue to a null value.
FDO_API FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoGeometryValueCreate (FdoByteArray *geometry)
 Constructs an instance of an FdoGeometryValue using the specified arguments.
static FDO_API FdoGeometryValueCreate ()
 Constructs a default instance of an FdoGeometryValue with a value of null.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoGeometryValue (FdoByteArray *geometry)
 Constructs an instance of an FdoGeometryValue using the specified arguments.
 FdoGeometryValue ()
 Constructs a default instance of an FdoGeometryValue with a value of null.
virtual ~FdoGeometryValue ()
 Default destructor for GeometryValue.

Protected Attributes

FdoByteArraym_geometry

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