FDO .NET API Reference | Feature Data Objects |
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 |
|
Gets the data type of the property with the specified name.
|
|
Gets the name of the property at the given ordinal position.
|
|
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.
|
|
|
Comments or suggestions? Send us feedback. |