27 #include "../../se/ImageOutline.h" 
   28 #include "../../xml/Reader.h" 
   29 #include "../../xml/Writer.h" 
   45   imageOutline->setSymbolizer(Symbolizer::getInstance().read(reader));
 
   50   return imageOutline.release();
 
   61   Symbolizer::getInstance().write(imageOutline->
getSymbolizer(), writer);
 
ImageOutline specifies how individual source rasters in a multi-raster set (such as a set of satellit...
Auxiliary classes and functions to serialize Symbolizer informations from a XML document. 
This class models a XML reader object. 
virtual bool next()=0
It gets the next event to be read. 
virtual void writeStartElement(const std::string &qName)
virtual void writeEndElement(const std::string &qName)
TESERIALIZATIONEXPORT void Save(const te::fe::Filter *filter, te::xml::Writer &writer)
ImageOutline specifies how individual source rasters in a multi-raster set (such as a set of satellit...
Symbolizer * getSymbolizer() const 
virtual NodeType getNodeType() const =0
It return the type of node read. 
TESERIALIZATIONEXPORT te::se::ImageOutline * ReadImageOutline(te::xml::Reader &reader)
virtual std::string getElementLocalName() const =0
It returns the local part of the element name in the case of an element node. 
This class models a XML writer object.