{ "name": "GeomineDataExtractv3", "displayName": "Geomine Data Extract Version 3", "description": "This Data Extract tool has been updated to the latest runtime and includes options for standard geospatial data formats along with KMZ, JSON, and CSV.\nThis is based on the Data Extract server tool.", "category": "", "helpUrl": "https://geoservices.osmre.gov/arcgis/rest/directories/arcgisoutput/Development/GeomineDataExtract_GPServer/Development_GeomineDataExtract/GeomineDataExtractv3.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Layers_to_Clip", "dataType": "GPMultiValue:GPString", "displayName": "Layers to Clip", "description": "Select layers to clip data from.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "Surface Coalmine Boundary", "Bond Status", "Environmental Resource Monitoring Location (ERML)", "Coal Preparation Plant", "Post Mining Land Use", "Coal Refuse" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Environmental Resource Monitoring Location (ERML)", "Coal Preparation Plant", "Surface Coalmine Boundary", "Post Mining Land Use", "Coal Refuse", "Bond Status" ] }, { "name": "Area_of_Interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area of Interest", "description": "Define the clipping extent.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255 }, { "name": "Text", "type": "esriFieldTypeString", "alias": "Text", "length": 255 }, { "name": "IntegerValue", "type": "esriFieldTypeInteger", "alias": "IntegerValue" }, { "name": "DoubleValue", "type": "esriFieldTypeDouble", "alias": "DoubleValue" }, { "name": "DateTime", "type": "esriFieldTypeDate", "alias": "DateTime", "length": 8 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Feature_Format", "dataType": "GPString", "displayName": "Feature Format", "description": "Choose the format for the exported data.", "direction": "esriGPParameterDirectionInput", "defaultValue": "File Geodatabase - GDB - .gdb", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "File Geodatabase - GDB - .gdb", "Shapefile - SHP - .shp", "Autodesk AutoCAD - DXF_R2013 - .dxf", "Autodesk AutoCAD - DWG_R2018 - .dwg", "Google - KMZ - .kmz", "Json - JSON - .json", "Table - CSV - .csv" ] }, { "name": "Output_Zip_File", "dataType": "GPDataFile", "displayName": "Output Zip File", "description": "Select the output file location.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }