A class that deserializes a SRS from a valid WKT. More...
#include <WKTReader.h>
Static Public Member Functions | |
static SpatialReferenceSystem * | read (const char *wkt) |
It returns a valid SRS from a given WKT. More... | |
A class that deserializes a SRS from a valid WKT.
Definition at line 51 of file WKTReader.h.
|
static |
It returns a valid SRS from a given WKT.
wkt | A valid WKT SRS. |
Exception | It will throw an exception if the given WKT is invvalid. |