FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Xml::XmlSpatialContextSerializer Class Reference
[OSGeo::FDO::Xml]

List of all members.

Detailed Description

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

()

Definition at line 34 of file mgXmlSpatialContextSerializer.h.


Static Public Member Functions

static 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.
static 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.
static 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.
static 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.

Comments or suggestions? Send us feedback.