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.
Afficher le fichier Open project: azavea/net-dao-postgresql

Méthodes publiques

Méthode Description
Read ( string extendedWellKnownText ) : IGeometry

Reads EWKT and produces a geometry.

Method Details

Read() public méthode

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