# Structs
ErrExpectedByteSlice is returned when a []byte is expected.
A Geom is a WKB-ecoded Geometry that implements the sql.Scanner and driver.Value interfaces.
A GeometryCollection is a WKB-encoded GeometryCollection that implements the sql.Scanner and driver.Valuer interfaces.
A LineString is a WKB-encoded LineString that implements the sql.Scanner and driver.Valuer interfaces.
A MultiLineString is a WKB-encoded MultiLineString that implements the sql.Scanner and driver.Valuer interfaces.
A MultiPoint is a WKB-encoded MultiPoint that implements the sql.Scanner and driver.Valuer interfaces.
A MultiPolygon is a WKB-encoded MultiPolygon that implements the sql.Scanner and driver.Valuer interfaces.
A Point is a WKB-encoded Point that implements the sql.Scanner and driver.Valuer interfaces.
A Polygon is a WKB-encoded Polygon that implements the sql.Scanner and driver.Valuer interfaces.