26 #ifndef __TERRALIB_SE_SERIALIZATION_XML_INTERNAL_STYLE_H 27 #define __TERRALIB_SE_SERIALIZATION_XML_INTERNAL_STYLE_H 30 #include "../../../common/Singleton.h" 31 #include "../../Config.h" 38 #include <boost/function.hpp> 42 namespace se {
class Style; }
63 typedef boost::function<void (const te::se::Style*, te::xml::AbstractWriter&)>
StyleWriteFnctType;
87 #endif // __TERRALIB_SE_SERIALIZATION_XML_INTERNAL_STYLE_H std::map< std::string, StyleFnctSerializeType > StyleFnctIdxType
std::pair< StyleReadFnctType, StyleWriteFnctType > StyleFnctSerializeType
boost::function< void(const te::se::Style *, te::xml::AbstractWriter &)> StyleWriteFnctType
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
This class models a XML reader object.
This class models a XML writer object.
boost::function< te::se::Style *(te::xml::Reader &)> StyleReadFnctType
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
A class that models a XML writer object built on top of Xerces-C++.
Template support for singleton pattern.