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§
- Proj
Transform - Serializable snapshot of a
proj::Projcoordinate transformation. - Proj
Transform Error - An error from a PROJ coordinate transformation.
Enums§
- Proj
Spec - How a
ProjTransformwas specified. - Proj
Transform Error Kind - The underlying cause of a
ProjTransformError.
Type Aliases§
- Proj
Result - A
Resulttype for fallible PROJ coordinate operations.