View Source Geo (Geo v4.0.1)
A collection of GIS functions.
Summary
Types
@type endian() :: :ndr | :xdr
Endianess (byte-order) of the WKB/EWKB representation.
:ndr
- little-endian:xdr
- big-endian
@type geometry() :: Geo.Point.t() | Geo.PointZ.t() | Geo.PointM.t() | Geo.PointZM.t() | Geo.LineString.t() | Geo.LineStringZ.t() | Geo.LineStringZM.t() | Geo.Polygon.t() | Geo.PolygonZ.t() | Geo.MultiPoint.t() | Geo.MultiPointZ.t() | Geo.MultiLineString.t() | Geo.MultiLineStringZ.t() | Geo.MultiPolygon.t() | Geo.MultiPolygonZ.t() | Geo.GeometryCollection.t()