Geo v0.15.1
Modules summary ↑
Geo | A collection of GIS functions. Handles conversions to and from WKT, WKB, and GeoJSON for the following geometries: |
Geo.GeometryCollection | Defines the GeometryCollection struct. Implements the Ecto.Type behaviour |
Geo.JSON | Converts to and from GeoJSON |
Geo.LineString | Defines the LineString struct. Implements the Ecto.Type behaviour |
Geo.MultiLineString | Defines the MultiLineString struct. Implements the Ecto.Type behaviour |
Geo.MultiPoint | Defines the MultiPoint struct. Implements the Ecto.Type behaviour |
Geo.MultiPolygon | Defines the MultiPolygon struct. Implements the Ecto.Type behaviour |
Geo.Point | Defines the Point struct. Implements the Ecto.Type behaviour |
Geo.Polygon | Defines the Polygon struct. Implements the Ecto.Type behaviour |
Geo.PostGIS | Postgis functions that can used in ecto queries PostGIS Function Documentation |
Geo.PostGIS.Extension | PostGIS extension for Postgrex. Supports Geometry and Geography data types |
Geo.WKB | Converts to and from WKB and EWKB |
Geo.WKT | Converts to and from WKT and EWKT |