26 #ifndef __TERRALIB_SE_SERIALIZATION_INTERNAL_XML_SYMBOLIZER_H
27 #define __TERRALIB_SE_SERIALIZATION_INTERNAL_XML_SYMBOLIZER_H
30 #include "../../../common/Singleton.h"
31 #include "../../Config.h"
38 #include <boost/function.hpp>
A class that models a XML writer object built on top of Xerces-C++.
Template support for singleton pattern.
A Symbolizer describes how a feature is to appear on a map.
boost::function< te::se::Symbolizer *(te::xml::Reader &)> SymbolizerReadFnctType
boost::function< void(const te::se::Symbolizer *, te::xml::AbstractWriter &)> SymbolizerWriteFnctType
void reg(const std::string &symbolizerType, const SymbolizerFnctSerializeType &fncts)
void write(const te::se::Symbolizer *symbolizer, te::xml::AbstractWriter &writer) const
std::pair< SymbolizerReadFnctType, SymbolizerWriteFnctType > SymbolizerFnctSerializeType
SymbolizerFnctIdxType m_fncts
std::map< std::string, SymbolizerFnctSerializeType > SymbolizerFnctIdxType
te::se::Symbolizer * read(te::xml::Reader &reader) const
This class models a XML writer object.
This class models a XML reader object.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.