package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Packages

Package embeddedproj defines the format used to embed static projection data in the Cockroach binary.

# Functions

AllProjections returns a sorted list of all projections.
MakeProj4Text returns a new Proj4Text with spec based on the given string.
MustProjection returns the ProjInfo for the given SRID, panicking if the projection does not exist.
Projection returns the ProjInfo for the given SRID, as well as an error if the projection does not exist.

# Variables

ErrProjectionNotFound indicates a project was not found.
MakeSpheroid is an injectable function which creates a spheroid.

# Structs

Bounds represents the projected or lat/lng bounds.
Proj4Text is the text representation of a PROJ4 transformation.
ProjInfo is a struct containing metadata related to a given SRID.

# Interfaces

Spheroid represents a spheroid object.