FDO API Reference Feature Data Objects

mgIMeasureUnitReader.h File Reference

Include dependency graph for mgIMeasureUnitReader.h:

This graph shows which files directly or indirectly include this file:


Functions

System::Void Close ()
 Closes the FdoIMeasureUnitReader object, freeing any resources it may be holding.
NAMESPACE_OSGEO_FDO_COMMANDS_UNITOFMEASURE::BaseUnit GetBaseUnit ()
 Gets the base unit of the measure unit currently being read.
System::String * GetDescription ()
 Gets the description of the measure unit currently being read.
System::String * GetName ()
 Gets the name of the measure unit currently being read.
System::Double GetScaleFactor ()
 Gets the scale factor of the measure unit currently being read.
System::Boolean ReadNext ()
 Advances the reader to the next item. The default position of the reader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.

Variables

BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_UNITOFMEASURE
public __gc __interface 
IMeasureUnitReader
 The FdoIMeasureUnitReader interface provides forward-only, read-only functionality for enumerating measurement units. A reference to an FdoIMeasureUnitReader interface is returned from the GetMeasureUnits command. The initial position of the FdoIMeasureUnitReader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.

Comments or suggestions? Send us feedback.