[][src]Crate geos

Modules

from_geo
to_geo

Structs

ContextHandle
CoordSeq

CoordSeq represents a list of coordinates inside a Geometry.

Geometry

Representation of a GEOS geometry.

PreparedGeometry

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

WKBWriter

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

WKTWriter

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

Enums

ByteOrder
CoordDimensions
Dimensions
Error
GeometryTypes
Ordinate
Orientation
OutputDimension
Precision

Traits

ContextHandling
ContextInteractions

Functions

compute_voronoi

Available using the geo feature.

orientation_index
segment_intersection

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

version

Type Definitions

GResult