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

# Functions

Marshal returns the geojson encoding of the geojson.Feature, geojson.FeatureCollection, or a geom.Geometry.
MarshalIndent is like Marshal but applies Indent to format the output Each JSON element is the output will begin on a new line beginning with prefix followed by one or more copies of indent according to indentation nesting.
Unmarshal parses the GeoJSON-encoded data and returns the result or an error.

# Constants

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
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

# Variables

No description provided by the author

# Structs

Feature represents as geojson feature.
FeatureCollection describes a geoJSON collection feature.
Geometry wraps a geom Geometry so that it can be encoded as a GeoJSON feature.

# Type aliases

No description provided by the author
No description provided by the author