FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgIMeasureUnitReader.h File Reference

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.

Function Documentation

System::Void Close  ) 
 

Closes the IMeasureUnitReader object, freeing any resources it may be holding.

Returns:
Returns nothing

OSGeo ::FDO ::Commands ::UnitOfMeasure ::BaseUnit GetBaseUnit  ) 
 

Gets the base unit of the measure unit currently being read.

Returns:
Returns the base unit

System::String* GetDescription  ) 
 

Gets the description of the measure unit currently being read.

Returns:
Returns the description of the measure unit

System::String* GetName  ) 
 

Gets the name of the measure unit currently being read.

Returns:
Returns the name of the measure unit

System::Double GetScaleFactor  ) 
 

Gets the scale factor of the measure unit currently being read.

Returns:
Returns the scale factor of the measure unit

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.

Returns:
Returns true if there is a next item

Comments or suggestions? Send us feedback.