Crate geos[][src]

Modules

Structs

only not mutable operations are implemented on it.

CoordSeq represents a list of coordinates inside a Geometry.

Representation of a GEOS geometry.

PreparedGeometry is an interface which prepares [Geometry] for greater performance on repeated calls.

The WKBWriter type is used to generate HEX or WKB formatted output from [Geometry].

The WKTWriter type is used to generate WKT formatted output from [Geometry].

Enums

Traits

Functions

Available using the geo feature.

Returns None if the segments don’t intersect, otherwise returns Some(x_pos, y_pos).

Type Definitions