[][src]Crate geo_types

Re-exports

pub use crate::line_string::LineString;

Modules

line_string

Structs

Coordinate

A lightweight struct used to store coordinates on the 2-dimensional Cartesian plane.

GeometryCollection

A collection of Geometry types.

Line

A line segment made up of exactly two 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 bounded two-dimensional area.

Rect

A bounded 2D quadrilateral whose area is defined by minimum and maximum Coordinates.

Triangle

A bounded 2D area whose three vertices are defined by Coordinates.

Enums

Geometry

An enum representing any possible geometry type.

Traits

CoordinateType

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