26 #ifndef __TERRALIB_WFS_INTERNAL_UTILS_H    27 #define __TERRALIB_WFS_INTERNAL_UTILS_H    56 #endif  // __TERRALIB_WFS_INTERNAL_UTILS_H This is the base class for layers. 
 
It represents the SQL query dialect accepted by a given data source. 
 
TEWFSEXPORT void DefineDataSourceDialect(te::da::SQLDialect *dialect)
 
#define TEWFSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the TerraLib WFS module. 
 
TEWFSEXPORT bool IsWFSLayer(const te::map::AbstractLayer &layer)