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 Geometrys.

Line
LineString

A LineString, which is an ordered collection of Points.

MultiLineString

A collection of LineStrings.

MultiPoint

A collection of Points.

MultiPolygon

A collection of Polygons.

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