C# Class Azavea.Open.DAO.PostgreSQL.EWKTReader

PostGIS doesn't use exact WKT, it uses "extended WKT". Unfortunately the WKTReader class doesn't allow you to extend and override its methods (and many are static anyway) so we offer this alternate implementation as a WKT reader that can read PostGIS WKT.
Datei anzeigen Open project: azavea/net-dao-postgresql

Public Methods

Method Description
Read ( string extendedWellKnownText ) : IGeometry

Reads EWKT and produces a geometry.

Method Details

Read() public method

Reads EWKT and produces a geometry.
public Read ( string extendedWellKnownText ) : IGeometry
extendedWellKnownText string EWKT to parse.
return IGeometry