Skip to content

Theobald.Ogc.EwkbReader

Namespace: Theobald.Ogc
Assembly: ERPConnectStandard20.dll

public readonly struct EwkbReader

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Methods

ReadCount(out uint)

public EwkbReader ReadCount(out uint count)

Parameters

count uint

Returns

EwkbReader

ReadDouble(out double)

public EwkbReader ReadDouble(out double value)

Parameters

value double

Returns

EwkbReader

ReadHeader(out WkbDimensions, out WkbGeometryType, out Srid?)

public EwkbReader ReadHeader(out WkbDimensions dimensions, out WkbGeometryType geometryType, out Srid? maybeSrid)

Parameters

dimensions WkbDimensions

geometryType WkbGeometryType

maybeSrid Srid?

Returns

EwkbReader