| FDO API Reference | Feature Data Objects |
#include <GeometryValue.h>
Inherits FdoLiteralValue.
Inheritance diagram for FdoGeometryValue:
Definition at line 31 of file GeometryValue.h.
Public Member Functions | |
| FDO_API FdoByteArray * | GetGeometry () |
| 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 FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| FDO_API FdoGeometryValue * | Create (FdoByteArray *geometry) |
| Constructs an instance of an FdoGeometryValue using the specified arguments. | |
| FDO_API FdoGeometryValue * | Create () |
| 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 | |
| FdoByteArray * | m_geometry |
| DOXYGEN-IGNORE | |
|
|
Constructs a default instance of an FdoGeometryValue with a value of null.
|
|
|
Constructs an instance of an FdoGeometryValue using the specified arguments.
|
|
|
Default destructor for GeometryValue.
|
|
|
Constructs an instance of an FdoGeometryValue using the specified arguments.
|
|
|
Constructs a default instance of an FdoGeometryValue with a value of null.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the geometry as a byte array. The geometry is expected to be encoded in Autodesk Well-Known Binary format.
|
|
|
Gets the literal value type of the FdoGeometryValue.
Implements FdoLiteralValue. |
|
|
Returns true if the FdoGeometryValue represents a null value.
|
|
|
Overrides FdoExpression.Process to pass the FdoGeometryValue to the appropriate expression processor operation.
Implements FdoExpression. |
|
|
Sets the geometry as a byte array. The geometry is expected to be encoded in Autodesk Well-Known Binary format.
|
|
|
Sets the FdoGeometryValue to a null value.
|
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
|
DOXYGEN-IGNORE
Definition at line 135 of file GeometryValue.h. |
| Comments or suggestions? Send us feedback. |