Geometry.ToWellKnownBinary Method
Converts a Geometry instance into WKB representation.
ToWellKnownBinary(GeometrySaveMode mode)
Converts a Geometry instance into WKB representation.Syntax
public System.IO.Stream ToWellKnownBinary (
GeometrySaveMode mode
)
Parameters
Specifies which coordinates to save.
Return Value
A WKB representation of the geometry.
Remarks
Trying to convert raster or mesh geometries into WKB representation will cause an exception to be thrown.
Platforms
Windows, Linux, Android