#include <FdoStd.h>
#include <Fdo/Commands/SpatialContext/SpatialContextExtentType.h>
#include <Fdo/Commands/SpatialContext/ISpatialContextReader.h>
#include <Fdo/Xml/SpatialContextFlags.h>
Go to the source code of this file.
Classes | |
class | FdoXmlSpatialContextReader |
FdoXmlSpatialContextReader reads Spatial Contexts from an XML document. Unlike other XML Readers, the reading is done procedurally, rather than through events. FdoXmlSpatialContextReader implements FdoISpatialContextReader to provide the functions for retrieving the spatial contexts that were read. More... | |
Typedefs | |
typedef FdoPtr < FdoXmlSpatialContextReader > | FdoXmlSpatialContextReaderP |
FdoXmlSpatialContextReaderP is a FdoPtr on FdoXmlSpatialContextReader, provided for convenience. |