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