Crate geo [−] [src]
Reexports
pub use algorithm::*; |
Modules
| algorithm |
This module includes all the functions of geometric calculations |
Structs
| Bbox | |
| Coordinate | |
| ExtremePoint | |
| Extremes | |
| GeometryCollection |
A collection of |
| Line | |
| LineString |
A LineString, which is an ordered collection of |
| MultiLineString |
A collection of |
| MultiPoint |
A collection of |
| MultiPolygon |
A collection of |
| Point |
A single Point in 2D space. |
| Polygon |
A 2D polygon area. |
Enums
| Geometry |
An enum representing any possible geomtry type. |
Statics
| COORD_PRECISION |
Traits
| ToGeo |