FDO .NET API Reference Feature Data Objects
OSGeo::FDO::Xml::XmlFeatureWriter::XmlFeatureWriter ( OSGeo::FDO::Common::Xml::XmlWriter writer,
OSGeo::FDO::Xml::XmlFeatureFlags flags 
)

Creates a Feature Writer for writing FDO features to XML.

Parameters:
writer Input XML document writer. Specifies the XML document that the features will be written to . An XmlFeaturePropertyWriter is automatically wrapped around this writer. This Feature Property Writer can be retrieved by calling GetFeaturePropertyWriter().
flags Input options for controlling the writing of the features. If NULL then the flags passed to the document writer are used.
Returns:
Returns XmlFeatureWriter


Comments or suggestions? Send us feedback.