te::srs::WKTReader Class Reference

A class that deserializes a SRS from a valid WKT. More...

#include <WKTReader.h>

Inheritance diagram for te::srs::WKTReader:
te::common::Static

Static Public Member Functions

static SpatialReferenceSystemread (const char *wkt)
 It returns a valid SRS from a given WKT. More...
 

Detailed Description

A class that deserializes a SRS from a valid WKT.

Definition at line 51 of file WKTReader.h.

Member Function Documentation

static SpatialReferenceSystem* te::srs::WKTReader::read ( const char *  wkt)
static

It returns a valid SRS from a given WKT.

Parameters
wktA valid WKT SRS.
Returns
A SRS created from reading the WKT.
Exceptions
ExceptionIt will throw an exception if the given WKT is invvalid.
Note
The caller of this method will take the ownership of the returned SRS.

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