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