Categorygithub.com/mmadfox/geojson
modulepackage
1.4.2
Repository: https://github.com/mmadfox/geojson.git
Documentation: pkg.go.dev

# README

GeoJSON

This package provides GeoJSON utilties for Go

License

GeoJSON source code is available under the MIT License.

# Packages

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

# Functions

IsPoint returns true if the object is a {"type":"Point"}.
NewCircle returns an circle object.
NewFeature returns a new GeoJSON Feature.
NewFeatureCollection ...
NewGeometryCollection ...
NewLineString ...
NewMultiLineString ...
NewMultiPoint ...
NewMultiPolygon ...
NewPoint ...
NewPointZ ...
NewPolygon ...
NewRect ...
NewSimplePoint returns a new SimplePoint object.
Parse a GeoJSON object.
No description provided by the author

# Variables

DefaultParseOptions ...

# Structs

Circle ...
EmptySpatial ...
Feature ...
FeatureCollection ...
GeometryCollection ...
LineString ...
MultiLineString ...
MultiPoint ...
MultiPolygon ...
ParseOptions ...
Point ...
Polygon ...
Rect ...
Rule ...
SimplePoint ...

# Interfaces

Collection is a searchable collection type.
No description provided by the author
No description provided by the author
Object is a GeoJSON type.
Spatial ...