Module geozero::postgis

source ·
Expand description

PostGIS geometry type encoding/decoding.

All geometry types implementing GeozeroGeometry can be encoded as PostGIS EWKB geometry using wkb::Encode.

Geometry types implementing FromWkb can be decoded from PostGIS geometries using wkb::Decode.

Modules§

  • Postgis geometry type encoding for Diesel. Requires the with-postgis-diesel feature.
  • PostGIS geometry type encoding/decoding for rust-postgres. Requires the with-postgis-postgres feature.
  • PostGIS geometry type encoding/decoding for SQLx. Requires the with-postgis-sqlx feature.