{ "name": "ExportToKML", "displayName": "Export To KML", "description": "This tool clips the input layers, converts the layers into KML files and returns it in a Zip file ", "category": "", "helpUrl": "https://www.sandbox.geomatics.gov.nt.ca/arcgis/rest/directories/arcgisoutput/GP_Services/ExtractData_Atlas_GPServer/GP_Services_ExtractData_Atlas/ExportToKML.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Layers_to_Clip", "dataType": "GPMultiValue:GPString", "displayName": "Layers to Clip", "description": "These are the ATLAS layers that the application will download and convert to KMLs.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "Condominium Units" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Surveyed Parcels", "Tenured Territorial Land", "Unsurveyed Tenured Commissioners Land", "Surveyed Tenured Commissioners Land", "Land Authority", "Surveyed Easements", "Block Land Transfer", "Municipal Boundaries", "Area Development Act Watershed Boundaries", "Condominium Units", "Building Footprints", "Structure Lines", "Structure Points", "Structure Polygons", "Spot Elevations", "Elevation Contours", "Transportation Lines", "Transportation Polygons", "Road Centrelines", "Water Courses", "Water Bodies", "Flood Risk", "Wooded Areas", "Vegetation Lines" ] }, { "name": "Area_of_Interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area of Interest", "description": "Exporting layers to a KML.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 200 }, { "name": "MinPS", "type": "esriFieldTypeDouble", "alias": "MinPS" }, { "name": "MaxPS", "type": "esriFieldTypeDouble", "alias": "MaxPS" }, { "name": "LowPS", "type": "esriFieldTypeDouble", "alias": "LowPS" }, { "name": "HighPS", "type": "esriFieldTypeDouble", "alias": "HighPS" }, { "name": "Category", "type": "esriFieldTypeInteger", "alias": "Category" }, { "name": "Tag", "type": "esriFieldTypeString", "alias": "Tag", "length": 100 }, { "name": "GroupName", "type": "esriFieldTypeString", "alias": "GroupName", "length": 100 }, { "name": "ProductNam", "type": "esriFieldTypeString", "alias": "ProductNam", "length": 100 }, { "name": "CenterX", "type": "esriFieldTypeDouble", "alias": "CenterX" }, { "name": "CenterY", "type": "esriFieldTypeDouble", "alias": "CenterY" }, { "name": "ZOrder", "type": "esriFieldTypeInteger", "alias": "ZOrder" }, { "name": "TypeID", "type": "esriFieldTypeInteger", "alias": "TypeID" }, { "name": "ItemTS", "type": "esriFieldTypeDouble", "alias": "ItemTS" }, { "name": "UriHash", "type": "esriFieldTypeString", "alias": "UriHash", "length": 50 }, { "name": "Shape_STAr", "type": "esriFieldTypeDouble", "alias": "Shape_STAr" }, { "name": "Shape_STLe", "type": "esriFieldTypeDouble", "alias": "Shape_STLe" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Zip_File", "dataType": "GPDataFile", "displayName": "Output Zip File", "description": "This is the output zip file.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }