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

# README

GPKG package

This package is still very much experimental. The API could use a lot of improvement. The idea is to try it out and see how well it works and fix up the API as issues arise.

Look in the example directory to see how it works.

# Functions

No description provided by the author

# Constants

Geometry is the Normative type for a geometry.
GeometryCollection is the Normative type for a collection of geometries.
Linestring is the Normative type for a linestring geometry.
No description provided by the author
No description provided by the author
MultiLinestring is the Normative type for a multilinestring geometry.
MultiPoint is the Normative type for a multipoint geometry.
MultiPolygon is the Normative type for a multipolygon geometry.
No description provided by the author
No description provided by the author
Point is the Normative type for a point geometry.
Polygon is the Normative type for a polygon geometry.
No description provided by the author
No description provided by the author

# Structs

Handle is the handle to the DB.
TableDescription describes a content table.

# Type aliases

GeometryType describes the type of geometry to find for a table.
No description provided by the author