A class that deserializes a Geometry from a valid WKT.
More...
#include <WKTReader.h>
A class that deserializes a Geometry from a valid WKT.
- See also
- WKTWriter
Definition at line 52 of file WKTReader.h.
◆ read()
static Geometry * te::gm::WKTReader::read |
( |
const char * |
wkt | ) |
|
|
static |
It returns a valid Geometry from a given WKT.
- Parameters
-
- Returns
- A Geometry created from reading the WKT.
- Exceptions
-
Exception | It will throw an exception if the given WKT is invvalid. |
- Note
- The caller of this method will take the ownership of the returned Geometry.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/geometry/WKTReader.h