Utils.h File Reference

Utility methods for the Symbology serialization. More...

#include <string>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::fe
 Namespace for the Filter Encoding module of TerraLib.
 
 te::se
 Namespace for the Symbology Encoding module of TerraLib.
 
 te::se::serialize
 
 te::xl
 This is the namespace for the XLink module.
 
 te::xml
 Namespace for the XML module of TerraLib.
 

Functions

te::fe::PropertyNamete::se::serialize::ReadGeometryPropertyHelper (te::xml::Reader &reader)
 
void te::se::serialize::ReadSymbolizerHelper (te::se::Symbolizer *symbolizer, te::xml::Reader &reader)
 
void te::se::serialize::WriteBaseSymbolizerHelper (const te::xl::SimpleLink *link, te::xml::AbstractWriter &writer)
 
void te::se::serialize::WriteGeometryPropertyHelper (const te::fe::PropertyName *p, te::xml::AbstractWriter &writer)
 
void te::se::serialize::WriteOnlineResourceHelper (const te::xl::SimpleLink *link, te::xml::AbstractWriter &writer)
 
void te::se::serialize::WriteParameterValuePtrHelper (const std::string &elementName, const te::se::ParameterValue *p, te::xml::AbstractWriter &writer)
 
void te::se::serialize::WriteSelectedChannelHelper (const std::string &elementName, const te::se::SelectedChannel *sc, te::xml::AbstractWriter &writer)
 
void te::se::serialize::WriteStringPtrHelper (const std::string &elementName, const std::string *s, te::xml::AbstractWriter &writer)
 
void te::se::serialize::WriteSymbolizerHelper (const te::se::Symbolizer *symbolizer, te::xml::AbstractWriter &writer)
 

Detailed Description

Utility methods for the Symbology serialization.

Definition in file Utils.h.