{ "name": "CalculateExtent", "displayName": "CalculateExtent", "description": "Generate AOI based on point of interest, grid xml, scale and map frame size of ArcGIS Pro map template", "category": "", "helpUrl": "https://devgis.charttools.noaa.gov/arcgis/rest/directories/arcgisoutput/POD/Calculators_GPServer/POD_Calculators/CalculateExtent.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "point_of_interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Point of Interest", "description": "Point of Interest", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "grid_xml", "dataType": "GPString", "displayName": "Grid XML", "description": "Grid XML", "direction": "esriGPParameterDirectionInput", "defaultValue": "NE_INT2_E.xml", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "scale", "dataType": "GPDouble", "displayName": "Scale", "description": "Scale", "direction": "esriGPParameterDirectionInput", "defaultValue": 25000, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "layout_template", "dataType": "GPString", "displayName": "Layout Template", "description": "Layout Template", "direction": "esriGPParameterDirectionInput", "defaultValue": "ANSIDPortraitTemplate.pagx", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_extents_sameSPwithInput", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Extents (same SP with input)", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "out_extents_sameSPwithGridXML", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Extents (same SP with grid xml)", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": {"wkt": "PROJCS[\"WGS_1984_World_Mercator (Calculated)\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Mercator\"],PARAMETER[\"False_Easting\",0.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-105.585085349],PARAMETER[\"Standard_Parallel_1\",39.2530883320001],UNIT[\"Meter\",1.0]]"}, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "out_page_margin", "dataType": "GPString", "displayName": "Output Page Margin", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }