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 typesA collection of
LineStringsA collection of
PointsA collection of
PolygonsA single Point in 2D space.
A representation of an area. Its outer boundary is represented by a
LineString that is both closed and simpleEnums
An enum representing any possible geometry type.
Traits
The type of an x or y value of a point/coordinate.