FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Xml::XmlSpatialContextSerializer Class Reference

List of all members.

Detailed Description

This static class provides the ability to serialize and deserialize spatial contexts to and from GML.


Static Public Member Functions

System::Void XmlDeserialize (OSGeo::FDO::Connections::IConnection *connection, OSGeo::FDO::Xml::XmlSpatialContextReader *reader, OSGeo::FDO::Xml::XmlSpatialContextFlags *flags)
 Reads all Spatial Contexts from an XML document to an FDO connection.
System::Void XmlDeserialize (OSGeo::FDO::Connections::IConnection *connection, OSGeo::FDO::Xml::XmlSpatialContextReader *reader)
 Reads all Spatial Contexts from an XML document to an FDO connection.
System::Void XmlSerialize (OSGeo::FDO::Connections::IConnection *connection, OSGeo::FDO::Xml::XmlSpatialContextWriter *writer, OSGeo::FDO::Xml::XmlSpatialContextFlags *flags)
 writes all Spatial Contexts from the FDO connection to an XML document.
System::Void XmlSerialize (OSGeo::FDO::Connections::IConnection *connection, OSGeo::FDO::Xml::XmlSpatialContextWriter *writer)
 writes all Spatial Contexts from the FDO connection to an XML document.

Member Function Documentation

System::Void OSGeo::FDO::Xml::XmlSpatialContextSerializer::XmlDeserialize OSGeo::FDO::Connections::IConnection connection,
OSGeo::FDO::Xml::XmlSpatialContextReader reader,
OSGeo::FDO::Xml::XmlSpatialContextFlags flags
[static]
 

Reads all Spatial Contexts from an XML document to an FDO connection.

Parameters:
connection Input the FDO connection.
reader Input XML document reader.
flags Input options for controlling the deserializing of the Spatial Contexts. If NULL then the default flags are used.

System::Void OSGeo::FDO::Xml::XmlSpatialContextSerializer::XmlDeserialize OSGeo::FDO::Connections::IConnection connection,
OSGeo::FDO::Xml::XmlSpatialContextReader reader
[static]
 

Reads all Spatial Contexts from an XML document to an FDO connection.

Parameters:
connection Input the FDO connection.
reader Input XML document reader.

System::Void OSGeo::FDO::Xml::XmlSpatialContextSerializer::XmlSerialize OSGeo::FDO::Connections::IConnection connection,
OSGeo::FDO::Xml::XmlSpatialContextWriter writer,
OSGeo::FDO::Xml::XmlSpatialContextFlags flags
[static]
 

writes all Spatial Contexts from the FDO connection to an XML document.

Parameters:
connection Input the FDO connection.
writer Input XML document writer.
flags Input options for controlling the serializing of the Spatial Contexts. If NULL then the default flags are used.

System::Void OSGeo::FDO::Xml::XmlSpatialContextSerializer::XmlSerialize OSGeo::FDO::Connections::IConnection connection,
OSGeo::FDO::Xml::XmlSpatialContextWriter writer
[static]
 

writes all Spatial Contexts from the FDO connection to an XML document.

Parameters:
connection Input the FDO connection.
writer Input XML document writer.

Comments or suggestions? Send us feedback.