Map for WinForms | ComponentOne
C1.FlexMap Namespace / WkCoder Class / FromByteArray Method
The WKB binary data.

In This Topic
    FromByteArray Method (WkCoder)
    In This Topic
    Converts the provided WKB binary data to geometry shape.
    Syntax
    'Declaration
     
    
    Public Shared Function FromByteArray( _
       ByVal wkb() As Byte _
    ) As GeoGeometry
    public static GeoGeometry FromByteArray( 
       byte[] wkb
    )

    Parameters

    wkb
    The WKB binary data.

    Return Value

    Parsed geometry shape.
    See Also