Geotools.Net

GeometryWkbReader.Create Method (BinaryReader)

Converts a Well-known binary representation to a Geometry.

[Visual Basic]
Overloads Public Function Create( _
   ByVal bReader As BinaryReader _
) As Geometry
[C#]
public Geometry Create(
   BinaryReader bReader
);

Parameters

bReader
A byte array containing the definition of the geometry to be created.

Return Value

Returns the Geometry specified by wellKnownBinary. Throws an exception if there is a parsing problem.

Remarks

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

See Also

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