26 #ifndef __TERRALIB_SE_INTERNAL_FEATURETYPESTYLE_H
27 #define __TERRALIB_SE_INTERNAL_FEATURETYPESTYLE_H
#define TE_DEFINE_VISITABLE
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
The FeatureTypeStyle defines the styling that is to be applied to a dataset that can be viewed as a f...
std::string * m_featureTypeName
It identifies the specific feature type that the style is for. (Optional)
void setFeatureTypeName(std::string *name)
const std::string & getType() const
It returns the style type.
Style * clone() const
It creates a new copy of this object.
~FeatureTypeStyle()
Destructor.
FeatureTypeStyle()
It initializes a new FeatureTypeStyle.
static const std::string sm_type
A static data member used in the implementation of getType method.
const std::string * getFeatureTypeName() 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.