FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::Feature::IFeatureReader Interface Reference
[OSGeo::FDO::Commands::Feature]

Inherited by OSGeo::FDO::Commands::Feature::IFeatureReaderImp, and OSGeo::FDO::Xml::XmlFeatureReader.

Inheritance diagram for OSGeo::FDO::Commands::Feature::IFeatureReader:

Inheritance graph
[legend]

Detailed Description

The IFeatureReader interface provides a forward-only, read-only iterator for reading feature data. A reference to an IFeatureReader is returned from the Select and SelectAndLock commands. Because the initial position of the IFeatureReader is prior to the first item, you must call ReadNext to begin accessing any data.

()


Comments or suggestions? Send us feedback.