Closed
Description
https://docs.rs/geo
https://www.postgresql.org/docs/current/datatype-geometric.html
POINT
->geo::Coordinate<f64>
LINE
->geo::Line<f64>
LSEG
->geo::Line<f64>
BOX
->geo::Rect<f64>
PATH
->geo::LineString<f64>
POLYGON
->geo::Polygon<f64>