26 #ifndef __TERRALIB_RASTER_SERIALIZATION_XML_INTERNAL_SERIALIZER_H    27 #define __TERRALIB_RASTER_SERIALIZATION_XML_INTERNAL_SERIALIZER_H    30 #include "../../Config.h"    82 #endif  // __TERRALIB_RASTER_SERIALIZATION_XML_INTERNAL_SERIALIZER_H TERASTEREXPORT te::rst::BandProperty * ReadBandProperty(te::xml::Reader &reader)
 
TERASTEREXPORT double * ReadGeoTransform(te::xml::Reader &reader)
 
#define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class models a XML reader object. 
 
A raster band description. 
 
TERASTEREXPORT void Save(const te::rst::BandProperty *bp, te::xml::AbstractWriter &writer)
 
TERASTEREXPORT te::rst::Grid * ReadGrid(te::xml::Reader &reader)
 
This class models a XML writer object. 
 
TERASTEREXPORT void ReadRasterInfo(std::map< std::string, std::string > &rinfo, te::xml::Reader &reader)
 
An abstract class for raster data strucutures. 
 
TERASTEREXPORT void SaveRasterInfo(std::map< std::string, std::string > &rinfo, te::xml::AbstractWriter &writer)
 
TERASTEREXPORT std::vector< te::rst::BandProperty * > ReadBandPropertyVector(te::xml::Reader &reader)
 
A rectified grid is the spatial support for raster data. 
 
A class that models a XML writer object built on top of Xerces-C++.