codes library

Enums (codes) for geospatial coordinate, geometry types, canvas origin, cardinal direction, DMS type, geo representation and axis order.

This libary exports a subset of package:geobase/geobase.dart.

Usage: import package:geobase/codes.dart

Enums

AxisOrder
The axis order of coordinate values in position and point representations.
CanvasOrigin
The position of the origin in a canvas or a grid.
CardinalPrecision
The precision for cardinal directions (compass point).
Coords
An enum for coordinate types (by spatial dimension and whether is measured).
DmsType
An enum for common representation of geographic positions by coordinates (using degrees, minutes and seconds as components).
Geom
An enum for geometry types.
GeoRepresentation
An enum for spatial representations that can be used to code logic when need to choose some options based on a representation.