Geometry ImportFromWKB( WkbImportFlags importFlags, byte[] buffer, SpatialReference spatialReference )
Function ImportFromWKB( _ ByVal importFlags As WkbImportFlags, _ ByVal buffer() As Byte, _ ByVal spatialReference As SpatialReference _ ) As Geometry
Parameters
- importFlags
- A combination of WkbImportFlags which determines how the geometry is imported.
- buffer
- The well-known binary buffer. The buffer must be OGC compliant.
- spatialReference
- The spatial reference of the output geometry.
Return Value
A Geometry that corresponds to the buffer.