Expand description
Structs that represent the Rust equivalent of spatial SQL types
Structs§
- Bounding
Box - An axis-aligned bounding rectangle.
- Geometry
- An arbitrary geometry.
- Geometry
Collection - A collection of
Geometrytypes. - Line
String - A linearly interpolated path between locations.
- Multi
Line String - A collection of
LineStrings. - Multi
Point - A collection of
Points. - Multi
Polygon - A collection of
Polygons. - Point
- A single point in 2D space.
- Polygon
- A bounded two-dimensional area.
Constants§
- SRID_
CARTESIAN - SRID for the unitless Cartesian plane
Type Aliases§
- SRID
- Spatial Reference Identifier