Module geo::prelude [] [src]

A prelude which re-exports the traits for manipulating objects in this crate. Typically imported with use geo::prelude::*.

Reexports

pub use algorithm::area::Area;
pub use algorithm::boundingbox::BoundingBox;
pub use algorithm::centroid::Centroid;
pub use algorithm::contains::Contains;
pub use algorithm::convexhull::ConvexHull;
pub use algorithm::distance::Distance;
pub use algorithm::extremes::ExtremePoints;
pub use algorithm::haversine_destination::HaversineDestination;
pub use algorithm::haversine_distance::HaversineDistance;
pub use algorithm::intersects::Intersects;
pub use algorithm::length::Length;
pub use algorithm::map_coords::MapCoords;
pub use algorithm::orient::Orient;
pub use algorithm::rotate::Rotate;
pub use algorithm::rotate::RotatePoint;
pub use algorithm::simplify::Simplify;
pub use algorithm::simplifyvw::SimplifyVW;
pub use algorithm::translate::Translate;
pub use algorithm::closest_point::ClosestPoint;