Crate geos[][src]

Modules

from_geo
from_geojson
to_geo
to_geojson

Structs

ConstGeometry

only not mutable operations are implemented on it.

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.

STRtree
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
Geom
SpatialIndex

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