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