FDO .NET API Reference | Feature Data Objects |
Include dependency graph for mgIMeasureUnitReader.h:
Namespaces | |
namespace | OSGeo |
namespace | OSGeo::FDO |
namespace | OSGeo::FDO::Commands |
namespace | OSGeo::FDO::Commands::UnitOfMeasure |
Functions | |
System::Void | Close () |
Closes the IMeasureUnitReader object, freeing any resources it may be holding. | |
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. |
|
Closes the IMeasureUnitReader object, freeing any resources it may be holding.
|
|
Gets the base unit of the measure unit currently being read.
|
|
Gets the description of the measure unit currently being read.
|
|
Gets the name of the measure unit currently being read.
|
|
Gets the scale factor of the measure unit currently being read.
|
|
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.
|
Comments or suggestions? Send us feedback. |