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

mgIDataReader.h File Reference

Include dependency graph for mgIDataReader.h:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Feature

Functions

OSGeo::FDO::Schema::DataType GetDataType (System::String *name)
 Gets the data type of the property with the specified name.
System::String * GetPropertyName (System::Int32 index)
 Gets the name of the property at the given ordinal position.
OSGeo::FDO::Schema::PropertyType GetPropertyType (System::String *name)
 Gets the property type of a given property. This is used to indicate if a given property is a geometric property or a data property. If the property is a PropertyType_DataProperty, then GetDataType can be used to to find the data type of the property.

Variables

public __gc __interface IDataReader

Function Documentation

OSGeo ::FDO ::Schema ::DataType GetDataType System::String *  name  ) 
 

Gets the data type of the property with the specified name.

Parameters:
name Input the property name.
Returns:
Returns the data type of the property corresponding to the property name.

System::String* GetPropertyName System::Int32  index  ) 
 

Gets the name of the property at the given ordinal position.

Parameters:
index Input the position of the property.
Returns:
Returns the property name

OSGeo ::FDO ::Schema ::PropertyType GetPropertyType System::String *  name  ) 
 

Gets the property type of a given property. This is used to indicate if a given property is a geometric property or a data property. If the property is a PropertyType_DataProperty, then GetDataType can be used to to find the data type of the property.

Parameters:
name Input the property name.
Returns:
Returns the property type corresponding to the property name.

Variable Documentation

public __gc __interface OSGeo::FDO::Commands::Feature::IDataReader
 


Comments or suggestions? Send us feedback.