package
1.0.0
Repository: https://github.com/diggernaut/go-geom.git
Documentation: pkg.go.dev

# Functions

Encode encodes g as a GeoJSON geometry.
Marshal marshals an arbitrary geometry to a []byte.
Unmarshal unmarshalls a []byte to an arbitrary geometry.

# Variables

DefaultLayout is the default layout for empty geometries.

# Structs

A Feature is a GeoJSON Feature.
A FeatureCollection is a GeoJSON FeatureCollection.
A Geometry is a geometry in GeoJSON format.

# Type aliases

ErrDimensionalityTooLow is returned when the dimensionality is too low.
ErrUnsupportedType is returned when the type is unsupported.