26#ifndef __TERRALIB_SE_SERIALIZATION_INTERNAL_XML_SYMBOLIZER_H
27#define __TERRALIB_SE_SERIALIZATION_INTERNAL_XML_SYMBOLIZER_H
38#include <boost/function.hpp>
Template support for singleton pattern.
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.
Namespace for the Symbology Encoding module of TerraLib.
Namespace for the XML module of TerraLib.
Configuration flags for the Symbology Encoding support of TerraLib.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.