FDO API Reference Feature Data Objects

XmlFeaturePropertyReader Class Reference

List of all members.

Detailed Description

FdoXmlFeaturePropertyReader reads features from an XML document. The reading is event driven. As features and properties within features are encountered, the invoker is notified through the FdoXmlFeatureHandler interface. This class is similar to FdoXmlFeatureReader except that it provides better performance.


Public Member Functions

__property NAMESPACE_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.
NAMESPACE_OSGEO_COMMON_XML::XmlReader * GetXmlReader ()
 Gets the Xml document reader that was passed to this object.
System::Boolean Parse (NAMESPACE_OSGEO_FDO_XML::XmlFeatureHandler *featureHandler, NAMESPACE_OSGEO_FDO_XML::XmlFeatureContext *featureContext, System::Boolean incremental)
System::Boolean Parse (NAMESPACE_OSGEO_FDO_XML::XmlFeatureHandler *featureHandler, NAMESPACE_OSGEO_FDO_XML::XmlFeatureContext *featureContext)
System::Boolean Parse (NAMESPACE_OSGEO_FDO_XML::XmlFeatureHandler *featureHandler)
System::Boolean Parse ()
 Parses the XML document.
__property System::Void set_FeatureSchemas (NAMESPACE_OSGEO_FDO_SCHEMA::FeatureSchemaCollection *schemas)
 Sets the feature schemas describing the features being read.
 XmlFeaturePropertyReader (NAMESPACE_OSGEO_COMMON_XML::XmlReader *reader, NAMESPACE_OSGEO_FDO_XML::XmlFeatureFlags *flags)
 XmlFeaturePropertyReader (NAMESPACE_OSGEO_COMMON_XML::XmlReader *reader)
 creates a Feature Property Reader.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.