[]
        
(Showing Draft Content)

C1.FlexMap.WkCoder

WkCoder Class

Provides parsing capabilities for WellKnownBinary format.

Inheritance
WkCoder
Namespace: C1.FlexMap
Assembly: C1.Win.Map.4.8.dll
Syntax
public static class WkCoder

Methods

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.