{ "name": "ExportToPDF", "displayName": "ExportToPDF", "description": "iMap Web Printing tool to allow web users to print maps from 8x11 to 24x36 in both landscape & portrait", "category": "", "helpUrl": "https://gis1.acimap.us/projectservices/rest/directories/arcgisoutput/PrintServices/iMapExportToPDF_GPServer/PrintServices_iMapExportToPDF/ExportToPDF.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "xMin", "dataType": "GPDouble", "displayName": "xMin", "description": "xMin", "direction": "esriGPParameterDirectionInput", "defaultValue": 0, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "yMin", "dataType": "GPDouble", "displayName": "yMin", "description": "yMin", "direction": "esriGPParameterDirectionInput", "defaultValue": 0, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "xMax", "dataType": "GPDouble", "displayName": "xMax", "description": "xMax", "direction": "esriGPParameterDirectionInput", "defaultValue": 0, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "yMax", "dataType": "GPDouble", "displayName": "yMax", "description": "yMax", "direction": "esriGPParameterDirectionInput", "defaultValue": 0, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Spatial_Reference", "dataType": "GPString", "displayName": "Spatial Reference", "description": "Map's Spatial Reference", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Map_Scale", "dataType": "GPDouble", "displayName": "Map Scale", "description": "Desired Map Scale", "direction": "esriGPParameterDirectionInput", "defaultValue": 0, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Visiblelayers", "dataType": "GPString", "displayName": "Visiblelayers", "description": "Visible Layers from Map Document", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Layout", "dataType": "GPString", "displayName": "Layout", "description": "Page size and orentatioin", "direction": "esriGPParameterDirectionInput", "defaultValue": "Landscape8x11", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Landscape8x11", "Portrait8x11", "Landscape11x17", "Portrait11x17", "Landscape17x22", "Portrait17x22", "Landscape24x36", "Portrait24x36" ] }, { "name": "Include_Attributes", "dataType": "GPBoolean", "displayName": "Include Attributes", "description": "Include Attributes", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Map_Title", "dataType": "GPString", "displayName": "Map Title", "description": "Map Title", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "PointGraphics", "dataType": "GPFeatureRecordSetLayer", "displayName": "PointGraphics", "description": "Map Point Graphics", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "ID", "type": "esriFieldTypeString", "alias": "ID", "length": 50 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "LineGraphics", "dataType": "GPFeatureRecordSetLayer", "displayName": "LineGraphics", "description": "Map Line Graphics", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolyline", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "ID", "type": "esriFieldTypeString", "alias": "ID", "length": 50 }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "PolyGraphics", "dataType": "GPFeatureRecordSetLayer", "displayName": "PolyGraphics", "description": "Map Polyline Graphics", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "ID", "type": "esriFieldTypeString", "alias": "ID", "length": 50 }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "ShowAttributes", "dataType": "GPBoolean", "displayName": "ShowAttributes", "description": "ShowAttributes", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "SelectedAttributes", "dataType": "GPString", "displayName": "SelectedAttributes", "description": "SelectedAttributes", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "SelectedFeatureID", "dataType": "GPString", "displayName": "SelectedFeatureID", "description": "SelectedFeatureID", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "PDF", "dataType": "GPDataFile", "displayName": "PDF", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }