Go to the documentation of this file.
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>
85 #endif // __TERRALIB_SE_SERIALIZATION_INTERNAL_XML_SYMBOLIZER_H
SymbolizerFnctIdxType m_fncts
std::map< std::string, SymbolizerFnctSerializeType > SymbolizerFnctIdxType
void write(const te::se::Symbolizer *symbolizer, te::xml::AbstractWriter &writer) const
This class models a XML writer object.
This class models a XML reader object.
A class that models a XML writer object built on top of Xerces-C++.
std::pair< SymbolizerReadFnctType, SymbolizerWriteFnctType > SymbolizerFnctSerializeType
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
void reg(const std::string &symbolizerType, const SymbolizerFnctSerializeType &fncts)
Template support for singleton pattern.
te::se::Symbolizer * read(te::xml::Reader &reader) const
boost::function< void(const te::se::Symbolizer *, te::xml::AbstractWriter &)> SymbolizerWriteFnctType
boost::function< te::se::Symbolizer *(te::xml::Reader &)> SymbolizerReadFnctType
A Symbolizer describes how a feature is to appear on a map.