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.

()


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.