29 #include "../dataaccess/datasource/DataSourceInfoManager.h" 30 #include "../maptools/AbstractLayer.h" 34 #include <boost/lexical_cast.hpp> 43 return (info.get() !=
nullptr && info->getType() ==
"WFS");
This is the base class for layers.
static DataSourceInfoManager & getInstance()
It returns a reference to the singleton instance.
TEWFSEXPORT bool IsWFSLayer(const te::map::AbstractLayer &layer)
Utility functions for WFS driver.
virtual const std::string & getDataSourceId() const
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr