Skip to main content

Crate geometry_kernel

Crate geometry_kernel 

Source
Expand description

Rust-first geometry kernel focused on deterministic geometry operations.

Re-exports§

pub use error::GeometryError;
pub use error::Result;
pub use kernel::GeometryKernel;
pub use kernel::KernelBackend;
pub use precision::PrecisionModel;
pub use pure_rust::PureRustKernel;
pub use types::Coord;
pub use types::LineString;
pub use types::LinearRing;
pub use types::MultiPolygon;
pub use types::Polygon;

Modules§

buffer
canonicalize
error
kernel
noding
overlay
polygonize
precision
predicates
pure_rust
types