FdoGeometryValue Class Reference

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

#include <GeometryValue.h>

Inherits FdoLiteralValue.

List of all members.


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.
virtual FDO_API FdoLiteralValueType GetLiteralValueType () const
 Gets the literal value type of the FdoGeometryValue.
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.

Detailed Description

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

Definition at line 31 of file GeometryValue.h.


The documentation for this class was generated from the following file: