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