12#ifndef WSFLANDCOVER_HPP
13#define WSFLANDCOVER_HPP
25 static const std::string sToString[14] = {
"general",
28 "rangeland_herbaceous",
36 "wetland_non_forested",
39 return sToString[aLandCover];
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
LandCover
Definition WsfEnvironment.hpp:42
Definition WsfLandCover.hpp:21
static const std::string & ToString(WsfEnvironment::LandCover aLandCover)
Definition WsfLandCover.hpp:23