A class that deserializes a Geometry from a valid WKT. More...
#include <WKTReader.h>
  
 Static Public Member Functions | |
| static Geometry * | read (const char *wkt) | 
| It returns a valid Geometry from a given WKT.  More... | |
A class that deserializes a Geometry from a valid WKT.
Definition at line 52 of file WKTReader.h.
      
  | 
  static | 
It returns a valid Geometry from a given WKT.
| wkt | A valid WKT Geometry. | 
| Exception | It will throw an exception if the given WKT is invvalid. | 
Definition at line 32 of file WKTReader.cpp.
References te::gm::WKTParser< Iterator >::getGeometry(), and TR_GEOM.
Referenced by te::serialize::xml::ReadLiteral().