In This Topic
Converts the provided WKB binary data to object model.
Syntax
'Declaration
Public Shared Function FromByteArray( _
ByVal () As Byte _
) As GeoShape
public static GeoShape FromByteArray(
byte[]
)
Parameters
- wkb
- The WKB binary data.
Return Value
Parsed object model.
See Also