C# 클래스 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.
파일 보기 프로젝트 열기: azavea/net-dao-postgresql

공개 메소드들

메소드 설명
Read ( string extendedWellKnownText ) : IGeometry

Reads EWKT and produces a geometry.

메소드 상세

Read() 공개 메소드

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