26 #ifndef __TERRALIB_SE_INTERNAL_COVERAGESTYLE_H
27 #define __TERRALIB_SE_INTERNAL_COVERAGESTYLE_H
#define TE_DEFINE_VISITABLE
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.
static const std::string sm_type
A static data member used in the implementation of getType method.
void setCoverageName(std::string *name)
~CoverageStyle()
Destructor.
CoverageStyle()
It initializes a new CoverageStyle.
Style * clone() const
It creates a new copy of this object.
std::string * m_coverageName
It identifies the specific coverage that the coverage style is for. (Optional)
const std::string & getType() const
It returns the style type.
const std::string * getCoverageName() const
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.