26#ifndef __TERRALIB_SE_INTERNAL_SHADEDRELIEF_H
27#define __TERRALIB_SE_INTERNAL_SHADEDRELIEF_H
33#include <boost/noncopyable.hpp>
ShadedRelief * clone() const
It creates a new copy of this object.
double getReliefFactor() const
void setBrightnessOnly(bool b)
double m_reliefFactor
It gives the amount of exaggeration to use for the height of the "hills". (Optional)
bool m_brightnessOnly
It may be 0 (false) or 1 (true). (Optional)
~ShadedRelief()
Destructor.
bool isBrightnessOnly() const
void setReliefFactor(const double &rf)
ShadedRelief()
It initializes a new ShadedRelief.
Namespace for the Symbology Encoding module of TerraLib.
Configuration flags for the Symbology Encoding support of TerraLib.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.