PROJ C++ API
|
Parse a WKT string into the appropriate suclass of util::BaseObject. More...
#include <io.hpp>
Public Member Functions | |
WKTParser & | setStrict (bool strict) |
Set whether parsing should be done in strict mode. | |
std::vector< std::string > | warningList () const |
Return the list of warnings found during parsing. More... | |
util::BaseObjectNNPtr | createFromWKT (const std::string &wkt) |
Instanciate a sub-class of BaseObject from a WKT string. More... | |
Parse a WKT string into the appropriate suclass of util::BaseObject.
BaseObjectNNPtr osgeo::proj::io::WKTParser::createFromWKT | ( | const std::string & | wkt | ) |
Instanciate a sub-class of BaseObject from a WKT string.
ParsingException |
std::vector< std::string > osgeo::proj::io::WKTParser::warningList | ( | ) | const |
Return the list of warnings found during parsing.