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.
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);
GeometryWkbReader Class | GeometryWkbReader Members | Geotools.IO Namespace