IWks

This interface exposes methods for converting geometries to and from their Well-Known Text (WKT) and Well-Known Binary (WKB) representations. See: “Well-KnownText Representation for Geometric Objects” in the “Overview” chapter for background information on WKT and WKB.

 

 

Methods

 

ExportToWKB

Converts a geometry into Well-Known Binary format.

ExportToWKT

Converts a geometry into Well-Known Text format.

ImportFromWKB

Assigns geometry from Well-Known Binary data.

ImportFromWKT

Assigns geometry from Well-Known Text data.