package
0.21.2
Repository: https://github.com/go-spatial/tegola.git
Documentation: pkg.go.dev

# Packages

# Functions

ApplyToPoints applys the given function to each point in the geometry and any sub geometries, return a new transformed geometry.
CloneGeomtry returns a deep clone of the Geometry.
CloneLine will return a basic.Line for a given tegola.LineString.
CloneMultiLine will return a basic.MultiLine for a given togola.MultiLine.
CloneMultiPoint will return a basic.MultiPoint for the given tegol.MultiPoint.
CloneMultiPolygon will return a basic.MultiPolygon for a given tegola.MultiPolygon.
ClonePoint will return a basic.Point for given tegola.Point.
ClonePoint will return a basic.Point3 for given tegola.Point3.
ClonePolygon will return a basic.Polygon for a given tegola.Polygon.
FromWebMercator takes a geometry encoded with WebMercator, and returns a Geometry encodes to the given srid.
NewLine creates a line given pairs for floats.
ToWebMercator takes a SRID and a geometry encode using that srid, and returns a geometry encoded as a WebMercator.

# Constants

# Structs

G is used to pass back a generic Geometry type.

# Interfaces

# Type aliases

Collection type can represent one or more other basic types.
Line is a basic line type which is made up of two or more points that don't intersect.
MultiLine is a set of lines.
MultiPoint describes a simple set of 2d points.
MultiPoint3 describes a simple set of 3d points.
MultiPolygon describes a set of polygons.
Point describes a simple 2d point.
Point3 describes a simple 3d point.
Polygon describes a basic polygon; made up of multiple lines.