Crate geo_types

source ·

Re-exports

pub use line_string::LineString;

Modules

Structs

A lightweight struct used to store coordinates on the 2-dimensional Cartesian plane.
A collection of Geometry types
A line segment made up of exactly two Points
A collection of Points
A collection of Polygons
A single Point in 2D space.
A representation of an area. Its outer boundary is represented by a LineString that is both closed and simple

Enums

An enum representing any possible geometry type.

Traits

The type of an x or y value of a point/coordinate.