package
1.6.0
Repository: https://github.com/twpayne/go-geom.git
Documentation: pkg.go.dev

# Functions

Marshal marshals an arbitrary geometry to a []byte.
Read reads an arbitrary geometry from r.
Unmarshal unmrshals an arbitrary geometry from a []byte.
Write writes an arbitrary geometry to w.

# Variables

NDR is little endian.
XDR is big endian.

# Structs

ErrExpectedByteSlice is returned when a []byte is expected.
A GeometryCollection is a EWKB-encoded GeometryCollection that implements the sql.Scanner and driver.Value interfaces.
A LineString is a EWKB-encoded LineString that implements the sql.Scanner and driver.Value interfaces.
A MultiLineString is a EWKB-encoded MultiLineString that implements the sql.Scanner and driver.Value interfaces.
A MultiPoint is a EWKB-encoded MultiPoint that implements the sql.Scanner and driver.Value interfaces.
A MultiPolygon is a EWKB-encoded MultiPolygon that implements the sql.Scanner and driver.Value interfaces.
A Point is a EWKB-encoded Point that implements the sql.Scanner and driver.Value interfaces.
A Polygon is a EWKB-encoded Polygon that implements the sql.Scanner and driver.Value interfaces.