Geotools.Net

GeometryWkbReader.Create Method (Byte[])

Creates a memory stream from the supplied byte array. Then calls the other create method passing in the new binary reader created using the new memory stream.

[Visual Basic]
Overloads Public Function Create( _
   ByVal bArray As Byte() _
) As Geometry
[C#]
public Geometry Create(
   byte[] bArray
);

Parameters

bArray
The byte array to be used to create the memory stream.

Return Value

A Geometry.

Remarks

Missing <remarks> documentation for M:Geotools.IO.GeometryWkbReader.Create(System.Byte[])

See Also

GeometryWkbReader Class | GeometryWkbReader Members | Geotools.IO Namespace | GeometryWkbReader.Create Overload List