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;
 
   86 #endif  // __TERRALIB_SE_INTERNAL_FEATURETYPESTYLE_H 
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 TE_DEFINE_VISITABLE
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
std::string * m_featureTypeName
It identifies the specific feature type that the style is for. (Optional) 
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.