[]
Provides parsing capabilities for WellKnownBinary format.
public static class WkCoder
| Name | Description |
|---|---|
| FromBase64String(string) | Converts the provided WKB base64 string encoded data to geometry shape. |
| FromByteArray(byte[]) | Converts the provided WKB binary data to geometry shape. |
| FromString(string) | Converts the provided string to geometry shape. |
| ToBase64String(GeoGeometry, WkbByteOrder) | Converts the provided geometry shape to WKB base64 encoded string. |
| ToByteArray(GeoGeometry, WkbByteOrder) | Converts the provided geometry shape to WKB byte array. |
| ToString(GeoGeometry) | Converts the provided geometry shape into string representation. |
| ToString(GeoGeometry, string) | Converts the provided geometry shape into string representation. |