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)
 
TEDATAACCESSEXPORT void Save(const std::string &fileName)
 
This class models a XML reader object. 
 
TERASTEREXPORT te::rst::Grid * ReadGrid(te::xml::Reader &reader)
 
A rectified grid is the spatial support for raster data. 
 
#define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A raster band description. 
 
TERASTEREXPORT double * ReadGeoTransform(te::xml::Reader &reader)
 
An abstract class for raster data strucutures. 
 
TERASTEREXPORT std::vector< te::rst::BandProperty * > ReadBandPropertyVector(te::xml::Reader &reader)
 
TERASTEREXPORT void ReadRasterInfo(std::map< std::string, std::string > &rinfo, te::xml::Reader &reader)
 
TERASTEREXPORT void SaveRasterInfo(std::map< std::string, std::string > &rinfo, te::xml::Writer &writer)
 
This class models a XML writer object.