package
1.13.4
Repository: https://github.com/sap/go-hdb.git
Documentation: pkg.go.dev

# Functions

EncodeEWKB encodes a geometry to the "extended well known binary" format.
EncodeEWKT encodes a geometry to the "well known text" format.
EncodeGeoJSON encodes a geometry to the geoJSON format.
EncodeWKB encodes a geometry to the "well known binary" format.
EncodeWKT encodes a geometry to the "well known text" format.
NaN returns a 'not-a-number' value.

# Constants

Little endian.
Big endian.

# Structs

Coord represents a two dimensional coordinate.
CoordM represents an annotated two dimensional coordinate.
CoordZ represents a three dimensional coordinate.
CoordZM represents an annotated three dimensional coordinate.

# Interfaces

Geometry is the interface representing a spatial type.
Geometry2d is the interface representing a two dimensional spatial type.
GeometryM is the interface representing an annotated two dimensional spatial type.
GeometryZ is the interface representing a three dimensional spatial type.
GeometryZM is the interface representing an annotated three dimensional annotated spatial type.

# Type aliases

CircularString represents a two dimensional circular string.
CircularStringM represents an annotated two dimensional circular string.
CircularStringZ represents a three dimensional circular string.
CircularStringZM represents an annotated three dimensional circular string.
GeometryCollection represents a two dimensional geometry collection.
GeometryCollectionM represents an annotated two dimensional geometry collection.
GeometryCollectionZ represents a three dimensional geometry collection.
GeometryCollectionZM represents an annotated three dimensional geometry collection.
LineString represents a two dimensional line string.
LineStringM represents an annotated two dimensional line string.
LineStringZ represents a three dimensional line string.
LineStringZM represents an annotated three dimensional line string.
MultiLineString represents a two dimensional multi line string.
MultiLineStringM represents an annotated two dimensional multi line string.
MultiLineStringZ represents a three dimensional multi line string.
MultiLineStringZM represents an annotated three dimensional multi line string.
MultiPoint represents a two dimensional multi point.
MultiPointM represents an annotated two dimensional multi point.
MultiPointZ represents a three dimensional multi point.
MultiPointZM represents an annotated three dimensional multi point.
MultiPolygon represents a two dimensional multi polygon.
MultiPolygonM represents an annotated two dimensional multi polygon.
MultiPolygonZ represents a three dimensional multi polygon.
MultiPolygonZM represents an annotated three dimensional multi polygon.
Point represents a two dimensional point.
PointM represents an annotated two dimensional point.
PointZ represents a three dimensional point.
PointZM represents an annotated three dimensional point.
Polygon represents a two dimensional polygon.
PolygonM represents an annotated two dimensional polygon.
PolygonZ represents a three dimensional polygon.
PolygonZM represents an annotated three dimensional polygon.