| FDO .NET API Reference | Feature Data Objects |
Include dependency graph for mgIMeasureUnitReader.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | OSGeo |
| namespace | OSGeo::FDO |
| namespace | OSGeo::FDO::Commands |
| namespace | OSGeo::FDO::Commands::UnitOfMeasure |
Functions | |
| System::Void | OSGeo::FDO::Commands::UnitOfMeasure::Close () |
| Closes the IMeasureUnitReader object, freeing any resources it may be holding. | |
| OSGeo::FDO::Commands::UnitOfMeasure::BaseUnit | OSGeo::FDO::Commands::UnitOfMeasure::GetBaseUnit () |
| Gets the base unit of the measure unit currently being read. | |
| System::String * | OSGeo::FDO::Commands::UnitOfMeasure::GetDescription () |
| Gets the description of the measure unit currently being read. | |
| System::String * | OSGeo::FDO::Commands::UnitOfMeasure::GetName () |
| Gets the name of the measure unit currently being read. | |
| System::Double | OSGeo::FDO::Commands::UnitOfMeasure::GetScaleFactor () |
| Gets the scale factor of the measure unit currently being read. | |
| System::Boolean | OSGeo::FDO::Commands::UnitOfMeasure::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 | |
| public __gc __interface | OSGeo::FDO::Commands::UnitOfMeasure::IMeasureUnitReader |
| Comments or suggestions? Send us feedback. |