Geotools.Net

GeometryWkbReader.Create Method

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.

Overload List

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.

public Geometry Create(byte[]);

Converts a Well-known binary representation to a Geometry.

public Geometry Create(BinaryReader);

See Also

GeometryWkbReader Class | GeometryWkbReader Members | Geotools.IO Namespace