Geotools.Net

GeometryWkbWriter.Write Method (Geometry, BinaryWriter, Byte)

The binary write method.

[Visual Basic]
Overloads Public Function Write( _
   ByVal geometry As Geometry, _
   ByVal bWriter As BinaryWriter, _
   ByVal format As Byte _
) As BinaryWriter
[C#]
public BinaryWriter Write(
   Geometry geometry,
   BinaryWriter bWriter,
   byte format
);

Parameters

geometry
The geometry to be written.
bWriter
The binary writer to be used.
format
The format employed (big/little endian).

Return Value

Missing <returns> documentation for M:Geotools.IO.GeometryWkbWriter.Write(Geotools.Geometries.Geometry,System.IO.BinaryWriter,System.Byte)

Remarks

Missing <remarks> documentation for M:Geotools.IO.GeometryWkbWriter.Write(Geotools.Geometries.Geometry,System.IO.BinaryWriter,System.Byte)

See Also

GeometryWkbWriter Class | GeometryWkbWriter Members | Geotools.IO Namespace | GeometryWkbWriter.Write Overload List