FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Xml::XmlFeaturePropertyReader:
Public Member Functions | |
__property OSGeo::FDO::Schema::FeatureSchemaCollection * | get_FeatureSchemas () |
Gets the feature schemas describing the features being read. | |
System::Boolean | GetEOF () |
Indicates whether all features have been read. | |
OSGeo::FDO::Common::Xml::XmlReader * | GetXmlReader () |
Gets the Xml document reader that was passed to this object. | |
System::Boolean | Parse (OSGeo::FDO::Xml::XmlFeatureHandler *featureHandler, OSGeo::FDO::Xml::XmlFeatureContext *featureContext, System::Boolean incremental) |
Parses the XML document. | |
System::Boolean | Parse (OSGeo::FDO::Xml::XmlFeatureHandler *featureHandler, OSGeo::FDO::Xml::XmlFeatureContext *featureContext) |
Parses the XML document. | |
System::Boolean | Parse (OSGeo::FDO::Xml::XmlFeatureHandler *featureHandler) |
Parses the XML document. | |
System::Boolean | Parse () |
Parses the XML document. | |
__property System::Void | set_FeatureSchemas (OSGeo::FDO::Schema::FeatureSchemaCollection *schemas) |
Sets the feature schemas describing the features being read. | |
XmlFeaturePropertyReader (OSGeo::FDO::Common::Xml::XmlReader *reader, OSGeo::FDO::Xml::XmlFeatureFlags *flags) | |
creates a Feature Property Reader. | |
XmlFeaturePropertyReader (OSGeo::FDO::Common::Xml::XmlReader *reader) | |
creates a Feature Property Reader. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
creates a Feature Property Reader.
|
|
creates a Feature Property Reader.
|
|
Gets the feature schemas describing the features being read.
|
|
Indicates whether all features have been read.
|
|
Gets the Xml document reader that was passed to this object.
|
|
Parses the XML document.
|
|
Parses the XML document.
|
|
Parses the XML document.
|
|
Parses the XML document.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Common::Xml::XmlSaxHandler. |
|
Sets the feature schemas describing the features being read.
|
Comments or suggestions? Send us feedback. |