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

# Functions

EncodeOptionWithMaxDecimalDigits sets the maximum decimal digits to encode.
Marshal translates a geometry to the corresponding WKT.
NewEncoder returns a new encoder with the given options set.
Unmarshal translates a WKT to the corresponding geometry.

# Constants

# Variables

ErrBraceMismatch is returned when braces do not match.

# Structs

Encoder encodes WKT based on specified parameters.
SyntaxError is an error that occurs during parsing of a WKT string.

# Type aliases

An EncodeOption is an encoder option.