Skip to main content

Crate elicit_proj

Crate elicit_proj 

Source
Expand description

elicit_proj — MCP workflow tools for the proj coordinate transformation library.

Provides a serializable ProjTransform snapshot wrapper around proj::Proj and MCP workflow tools for creating transforms, converting coordinates, projecting geometries, and transforming bounding boxes.

Re-exports§

pub use workflow::ProjCreated;
pub use workflow::ProjTransformPlugin;

Modules§

workflow
MCP workflow plugins for PROJ coordinate transformations.

Structs§

ProjTransform
Serializable snapshot of a proj::Proj coordinate transformation.
ProjTransformError
An error from a PROJ coordinate transformation.

Enums§

ProjSpec
How a ProjTransform was specified.
ProjTransformErrorKind
The underlying cause of a ProjTransformError.

Type Aliases§

ProjResult
A Result type for fallible PROJ coordinate operations.