#include <FdoStd.h>
#include <Fdo/Xml/FeatureHandler.h>
Go to the source code of this file.
Classes | |
class | FdoXmlFeatureReader |
FdoXmlFeatureReader reads GML format features from a XML document. The reading is done procedurally, rather than through events. Each feature can be read in 3 steps:. More... | |
Typedefs | |
typedef FdoPtr < FdoXmlFeatureReader > | FdoXmlFeatureReaderP |
FdoXmlFeatureReaderP is a FdoPtr on FdoXmlFeatureReader, provided for convenience. |