Namespaces | |
namespace | OSGeo |
namespace | OSGeo::FDO |
namespace | OSGeo::FDO::Commands |
namespace | OSGeo::FDO::Commands::Feature |
Functions | |
OSGeo::FDO::Schema::DataType | OSGeo::FDO::Commands::Feature::GetDataType (System::String *name) |
Gets the data type of the property with the specified name. | |
System::String * | OSGeo::FDO::Commands::Feature::GetPropertyName (System::Int32 index) |
Gets the name of the property at the given ordinal position. | |
OSGeo::FDO::Schema::PropertyType | OSGeo::FDO::Commands::Feature::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 | OSGeo::FDO::Commands::Feature::IDataReader |