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 geometry/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 geometry/WKTReader.cpp.
References te::gm::WKTParser< Iterator >::getGeometry(), and TE_TR.
Referenced by te::serialize::xml::ReadLiteral(), readWkts(), TsGeometry::tcAsText(), TsGEOSWriterReader::tcCreateGeomCollectionFromWKTAndApplyGEOSTests(), TsWKBReader::tcCreateGeometriesAndApplyReadTests(), TsGEOSWriterReader::tcCreateGeometriesAndApplyReadTests(), TsWKBReader::tcCreateGeomFromWKTAndApplyReadTests(), TsGEOSWriterReader::tcCreateLinesFromWKTAndApplyGEOSTests(), TsGEOSWriterReader::tcCreatePointsFromWKTAndApplyGEOSTests(), TsGEOSWriterReader::tcCreatePolygonFromWKTAndApplyGEOSTests(), and TsGeometry::tcTransform().