minimum_rotated_rectangle
Calculate the minimum rotated rectangle enclosing a given geometry using GIS MCP Server, enabling precise geospatial analysis for efficient boundary estimation and spatial modeling.
Instructions
Get minimum rotated rectangle of a geometry.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geometry | Yes |
Input Schema (JSON Schema)
{
"properties": {
"geometry": {
"title": "Geometry",
"type": "string"
}
},
"required": [
"geometry"
],
"title": "minimum_rotated_rectangleArguments",
"type": "object"
}