C# 클래스 PreStorm.Wkt

Provides extension methods for converting geometries to well-known text (WKT).
파일 보기 프로젝트 열기: jshirota/PreStorm

공개 메소드들

메소드 설명
ToGeometry ( string wkt ) : Geometry

Creates a new geometry from well-known text (WKT).

ToWkt ( this geometry ) : string

Converts the geometry to well-known text (WKT).

비공개 메소드들

메소드 설명
LoadWkt ( this point, string wkt ) : void
ToJson ( this wkt, string type ) : string

메소드 상세

ToGeometry() 공개 정적인 메소드

Creates a new geometry from well-known text (WKT).
public static ToGeometry ( string wkt ) : Geometry
wkt string
리턴 Geometry

ToWkt() 공개 정적인 메소드

Converts the geometry to well-known text (WKT).
public static ToWkt ( this geometry ) : string
geometry this
리턴 string