Geo v1.5.0 API Reference

Modules

A collection of GIS functions. Handles conversions to and from WKT, WKB, and GeoJSON for the following geometries

Implements the Ecto.Type behaviour for all geometry types

Defines the GeometryCollection struct. Implements the Ecto.Type behaviour

Converts Geo structs to and from a map representing GeoJSON

Defines the LineString struct. Implements the Ecto.Type behaviour

Defines the MultiLineString struct. Implements the Ecto.Type behaviour

Defines the MultiPoint struct. Implements the Ecto.Type behaviour

Defines the MultiPolygon struct. Implements the Ecto.Type behaviour

Defines the Point struct. Implements the Ecto.Type behaviour

Defines the PointM struct. Implements the Ecto.Type behaviour

Defines the PointZ struct. Implements the Ecto.Type behaviour

Defines the PointZM struct. Implements the Ecto.Type behaviour

Defines the Polygon struct. Implements the Ecto.Type behaviour

Postgis functions that can used in ecto queries PostGIS Function Documentation

PostGIS extension for Postgrex. Supports Geometry and Geography data types

Converts to and from WKB and EWKB

Converts to and from WKT and EWKT

Exceptions