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

# 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.
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.
Point is the Normative type for a point geometry.
Polygon is the Normative type for a polygon geometry.

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