FDO API Reference Feature Data Objects

GeometryValue Class Reference

List of all members.

Detailed Description

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


Public Member Functions

 GeometryValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 GeometryValue (System::Byte geometry[])
 Constructs an instance of an FdoGeometryValue using the specified arguments.
 GeometryValue ()
 Constructs a default instance of an FdoGeometryValue with a value of null.
__property System::Byte get_Geometry ()[]
 Gets the geometry as a byte array. The geometry is expected to be encoded in Autodesk Well-Known Binary format.
System::Boolean IsNull ()
 Returns true if the FdoGeometryValue represents a null value.
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoGeometryValue to the appropriate expression processor operation.
__property System::Void set_Geometry (System::Byte value[])
 Sets the geometry as a byte array. The geometry is expected to be encoded in Autodesk Well-Known Binary format.
System::Void SetNull ()
 Sets the FdoGeometryValue to a null value.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Comments or suggestions? Send us feedback.