26 #ifndef __TERRALIB_RASTER_INTERNAL_RASTERPROPERTY_H 
   27 #define __TERRALIB_RASTER_INTERNAL_RASTERPROPERTY_H 
   30 #include "../datatype/SimpleProperty.h" 
   76                        bool isRequired = 
false,
 
   94                        const std::vector<BandProperty*>& bands,
 
   95                        const std::map<std::string, std::string>& rinfo,
 
   96                        bool isRequired = 
false,
 
  157         std::vector<te::rst::BandProperty*>& getBandProperties();
 
  160         const std::vector<te::rst::BandProperty*>& getBandProperties() 
const;
 
  167         void setInfo(
const std::map<std::string, std::string>& rinfo);
 
  170         const std::map<std::string, std::string>& getInfo() 
const;
 
  200 #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.