26 #ifndef __TERRALIB_SE_INTERNAL_COVERAGESTYLE_H    27 #define __TERRALIB_SE_INTERNAL_COVERAGESTYLE_H    69         void setCoverageName(std::string* name);
    71         const std::string* getCoverageName() 
const;
    73         const std::string& getType() 
const;
    89 #endif  // __TERRALIB_SE_INTERNAL_COVERAGESTYLE_H The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
The CoverageStyle defines the styling that is to be applied to a subset of Coverage data...
 
std::string * m_coverageName
It identifies the specific coverage that the coverage style is for. (Optional) 
 
static const std::string sm_type
A static data member used in the implementation of getType method. 
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
#define TE_DEFINE_VISITABLE
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...