FDO API Reference | Feature Data Objects |
#include <SingleValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoSingleValue:
Definition at line 32 of file SingleValue.h.
Public Member Functions | |
FDO_API FdoDataType | GetDataType () |
Gets the data type of the FdoSingleValue. | |
FDO_API float | GetSingle () |
Gets the FdoSingleValue as a single precision floating point number. | |
FDO_API | operator float () |
A cast operator to get the floating point value. | |
FDO_API void | Process (FdoIExpressionProcessor *p) |
Overrides FdoExpression.Process to pass the FdoSingleValue to the appropriate expression processor operation. | |
FDO_API void | SetSingle (float value) |
Sets the FdoSingleValue as a single precision floating point number. | |
FDO_API FdoString * | ToString () |
Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
FDO_API FdoSingleValue * | Create (float value) |
Constructs a default instance of an FdoSingleValue using the specified arguments. | |
FDO_API FdoSingleValue * | Create () |
Constructs a default instance of an FdoSingleValue with a value of null. | |
Protected Member Functions | |
virtual void | Dispose () |
Dispose this object. | |
FdoSingleValue (float value) | |
Constructs a default instance of an FdoSingleValue using the specified arguments. | |
FdoSingleValue () | |
DOXYGEN-IGNORE Constructs a default instance of an FdoSingleValue with a value of null. | |
virtual | ~FdoSingleValue () |
Default destructor for FdoSingleValue. | |
Protected Attributes | |
float | m_data |
|
DOXYGEN-IGNORE Constructs a default instance of an FdoSingleValue with a value of null.
|
|
Constructs a default instance of an FdoSingleValue using the specified arguments.
|
|
Default destructor for FdoSingleValue.
|
|
Constructs a default instance of an FdoSingleValue using the specified arguments.
Reimplemented from FdoDataValue. |
|
Constructs a default instance of an FdoSingleValue with a value of null.
|
|
Dispose this object.
Implements FdoIDisposable. |
|
Gets the data type of the FdoSingleValue.
Implements FdoDataValue. |
|
Gets the FdoSingleValue as a single precision floating point number.
|
|
A cast operator to get the floating point value.
Definition at line 135 of file SingleValue.h. References FDO_API. |
|
Overrides FdoExpression.Process to pass the FdoSingleValue to the appropriate expression processor operation.
Implements FdoExpression. |
|
Sets the FdoSingleValue as a single precision floating point number.
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
Definition at line 141 of file SingleValue.h. |
Comments or suggestions? Send us feedback. |