package
0.1.0
Repository: https://github.com/go-spatial/geom.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MustEncode will use the default encoder to encode the provided Geometry if there is an error encoding the geometry, the function will panic.
No description provided by the author
NewDefaultEncoder creates a new encoder that writes to w using the defaults of strict = false, precision = 10, and fmt = 'g'.
NewEncoder creates a new encoder that writes to w strict causes the encoder to return errors if the geometries have empty sub geometries where not allowed by the wkt spec.

# Structs

No description provided by the author
Encoder holds the necessary configurations and state for a WKT Encoder.
ErrSyntax encode a syntax error that occured during Parsing.