FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoXmlSpatialContextSerializer Class Reference

#include <SpatialContextSerializer.h>

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 33 of file SpatialContextSerializer.h.


Static Public Member Functions

FDO_API void XmlDeserialize (FdoIConnection *connection, FdoXmlSpatialContextReader *reader, FdoXmlSpatialContextFlags *flags=NULL)
 reads all Spatial Contexts from an XML document to an FDO connection.
FDO_API void XmlSerialize (FdoIConnection *connection, FdoXmlSpatialContextWriter *writer, FdoXmlSpatialContextFlags *flags=NULL)
 writes all Spatial Contexts from the FDO connection to an XML document.

Member Function Documentation

FDO_API void FdoXmlSpatialContextSerializer::XmlDeserialize FdoIConnection connection,
FdoXmlSpatialContextReader reader,
FdoXmlSpatialContextFlags flags = NULL
[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.

FDO_API void FdoXmlSpatialContextSerializer::XmlSerialize FdoIConnection connection,
FdoXmlSpatialContextWriter writer,
FdoXmlSpatialContextFlags flags = NULL
[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.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.