public Geometry ImportFromWKB( WKBImportFlags importFlags, byte[] buffer, SpatialReference spatialReference )
Public 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.