PROJ C++ API
Public Member Functions | List of all members
osgeo::proj::io::PROJStringParser Class Reference

Parse a PROJ string into the appropriate suclass of util::BaseObject. More...

#include <io.hpp>

Public Member Functions

PROJStringParserattachDatabaseContext (const DatabaseContextPtr &dbContext)
 Attach a database context, to allow queries in it if needed.
 
std::vector< std::string > warningList () const
 Return the list of warnings found during parsing.
 
util::BaseObjectNNPtr createFromPROJString (const std::string &projString)
 Instanciate a sub-class of BaseObject from a PROJ string. More...
 

Detailed Description

Parse a PROJ string into the appropriate suclass of util::BaseObject.

Member Function Documentation

BaseObjectNNPtr osgeo::proj::io::PROJStringParser::createFromPROJString ( const std::string &  projString)

Instanciate a sub-class of BaseObject from a PROJ string.

Exceptions
ParsingException

The documentation for this class was generated from the following files: