FDO .NET API Reference Feature Data Objects

mgIFeatureReader.h File Reference

Include dependency graph for mgIFeatureReader.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::Feature
namespace  OSGeo::FDO::Schema

Functions

System::Int32 OSGeo::FDO::Commands::Feature::GetDepth ()
 Gets a value indicating the depth of nesting for the current reader. The depth value increases each time GetFeatureObject is called and a new reader is returned. The outermost reader has a depth of 0.
OSGeo::FDO::Commands::Feature::IFeatureReaderOSGeo::FDO::Commands::Feature::GetFeatureObject (System::String *propertyName)
 Gets a reference to an IFeatureReader to read the data contained in the object or object collection property. If the property is not an object property, an exception is thrown.
System::Byte OSGeo::FDO::Commands::Feature::GetGeometry (System::String *name)[]
 Gets the geometry value of the specified property as a byte array in FGF format. Because no conversion is performed, the property must be of Geometric type; otherwise, an exception is thrown.

Variables

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

Comments or suggestions? Send us feedback.