26 #ifndef __TERRALIB_RASTER_INTERNAL_RASTERPROPERTY_H    27 #define __TERRALIB_RASTER_INTERNAL_RASTERPROPERTY_H    30 #include "../datatype/SimpleProperty.h"    75                        bool isRequired = 
false,
    93                        const std::vector<BandProperty*>& bands,
    94                        const std::map<std::string, std::string>& rinfo,
    95                        bool isRequired = 
false,
   156         std::vector<te::rst::BandProperty*>& getBandProperties();
   159         const std::vector<te::rst::BandProperty*>& getBandProperties() 
const;
   166         void setInfo(
const std::map<std::string, std::string>& rinfo);
   169         const std::map<std::string, std::string>& getInfo() 
const;
   199 #endif  // __TERRALIB_RASTER_INTERNAL_RASTERPROPERTY_H #define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module. 
An atomic property like an integer or double. 
std::map< std::string, std::string > m_rinfo
Additional raster information. 
A raster band description. 
It models a property definition. 
std::vector< BandProperty * > m_bands
A vector of bands description. 
Configuration flags for the Raster module of TerraLib. 
A rectified grid is the spatial support for raster data. 
Grid * m_grid
Sets the Raster Property name.