Crate geo [−] [src]
Reexports
pub use algorithm::*; |
Modules
| algorithm |
This module includes all the functions of geometric calculations |
| prelude |
A prelude which re-exports the traits for manipulating objects in this
crate. Typically imported with |
Structs
| Bbox |
A container for the bounding box of a |
| Coordinate |
A primitive type which holds |
| ExtremePoint |
A container for the coordinates of the minimum and maximum points of a |
| Extremes |
A container for indices of the minimum and maximum points of a |
| GeometryCollection |
A collection of |
| Line |
A line segment made up of exactly two |
| LineString |
An ordered collection of two or more |
| MultiLineString |
A collection of |
| MultiPoint |
A collection of |
| MultiPolygon |
A collection of |
| Point |
A single location in 2D space, defined by a single (currently ℝ2) |
| Polygon |
A representation of an area. Its outer boundary is represented by a |
Enums
| Closest |
The result of trying to find the closest spot on an object to a point. |
| Geometry |
An enum representing any possible geometry type. |
Statics
| COORD_PRECISION |
Traits
| ToGeo |