GIS MCP Server

scale_geometry

Resize a geometric shape by applying scaling factors along the X and Y axes, with optional origin point customization. Tool supports precise geospatial transformations in GIS workflows.

Instructions

Scale a geometry.

Input Schema

NameRequiredDescriptionDefault
geometryYes
originNocenter
xfactYes
yfactYes

Input Schema (JSON Schema)

{ "properties": { "geometry": { "title": "Geometry", "type": "string" }, "origin": { "default": "center", "title": "Origin", "type": "string" }, "xfact": { "title": "Xfact", "type": "number" }, "yfact": { "title": "Yfact", "type": "number" } }, "required": [ "geometry", "xfact", "yfact" ], "title": "scale_geometryArguments", "type": "object" }
ID: irl5u9uw6f