{ "name": "ExtractDataTask", "displayName": "Extract Data Task", "description": "Extracts the selected layers in the specified area of interest to the selected formats and spatial reference, then returns all the data in a .zip file.", "category": "", "helpUrl": "https://sig.simur.gov.co/arcgis/rest/directories/arcgisoutput/DSVCT/DescargaDatos_GPServer/DSVCT_DescargaDatos/ExtractDataTask.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Layers_to_Clip", "dataType": "GPMultiValue:GPString", "displayName": "Layers_to_Clip", "description": "Las capas que se recortarán. Las capas deben ser capas ráster o de entidades en la tabla de contenido del mapa. Los archivos de capa no funcionan para este parámetro.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "DSVCT.EstudiosTransito_Punto" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "DSVCT.EstudiosTransito_Punto", "DSVCT.EstudiosTransito_Linea", "DSVCT.EstudiosTransito_Area" ] }, { "name": "Area_of_Interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area_of_Interest", "description": "Uno o más polígonos mediante los cuales se recortarán las capas.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "featureClass", "list": [ "esriGeometryPolygon" ] }, "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4686, "latestWkid": 4686 }, "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": "El formato en el que se entregarán las funciones de salida. La cadena proporcionada debe tener el siguiente formato: Nombre o formato - Nombre corto - extensión (si corresponde) Se requiere el guión entre los componentes, así como los espacios alrededor del guión. Por ejemplo: File Geodatabase - GDB - .gdbShapefile - SHP - .shp Autodesk AutoCAD - DXF_R2007 - .dxf Autodesk AutoCAD - DWG_R2007 - .dwg Bentley Microstation Design (V8) - DGN_V8 - .dgn Internamente, esta herramienta utiliza la herramienta Exportar a CAD. a los formatos CAD .dgn, .dwg y .dxf. La lista de nombres cortos admitidos incluye DGN_V8, DWG_R14, DWG_R2000, DWG_R2004, DWG_R2005, DWG_R2007, DWG_R2010, DXF_R14, DXF_R2000, DXF_R2004, DXF_R2005, DXF_FR2007 y DXF_R2005.", "direction": "esriGPParameterDirectionInput", "defaultValue": "File Geodatabase - GDB - .gdb", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "File Geodatabase - GDB - .gdb", "Shapefile - SHP - .shp", "Bentley Microstation Design (V8) - DGN_V8 - .dgn", "Autodesk AutoCAD - DXF_R14 - .dxf", "Autodesk AutoCAD - DXF_R2000 - .dxf", "Autodesk AutoCAD - DXF_R2004 - .dxf", "Autodesk AutoCAD - DXF_R2005 - .dxf", "Autodesk AutoCAD - DXF_R2007 - .dxf", "Autodesk AutoCAD - DXF_R2010 - .dxf", "Autodesk AutoCAD - DXF_R2013 - .dxf", "Autodesk AutoCAD - DWG_R14 - .dwg", "Autodesk AutoCAD - DWG_R2000 - .dwg", "Autodesk AutoCAD - DWG_R2004 - .dwg", "Autodesk AutoCAD - DWG_R2005 - .dwg", "Autodesk AutoCAD - DWG_R2007 - .dwg", "Autodesk AutoCAD - DWG_R2010 - .dwg", "Autodesk AutoCAD - DWG_R2013 - .dwg" ] }, { "name": "Raster_Format", "dataType": "GPString", "displayName": "Raster_Format", "description": "El formato en el que se entregarán los datasets ráster de salida. La cadena proporcionada debe tener el siguiente formato: Nombre del formato - Nombre corto - extensión (si corresponde) Cualquiera de las siguientes cadenas funcionará: Esri GRID - GRIDFile Geodatabase - GDB - .gdbERDAS IMAGINE - IMG - .img Formato de archivo de imagen etiquetada - TIFF - .tifPortable Network Graphics - PNG - .pngFormato de intercambio gráfico - GIF - .gifJoint Photographics Experts Group - JPEG - .jpgJoint Photographics Experts Group - JPEG - .jp2Bitmap - BMP - .bmp Algunos de los formatos ráster anteriores tienen limitaciones y no todos los datos se puede convertir al formato. Para obtener una lista de formatos y sus limitaciones, consulte el tema de ayuda \"Formatos de archivo de dataset ráster admitidos\".", "direction": "esriGPParameterDirectionInput", "defaultValue": "ESRI GRID - GRID", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "ESRI GRID - GRID", "File Geodatabase - GDB - .gdb", "ERDAS IMAGINE - IMG - .img", "Tagged Image File Format - TIFF - .tif", "Graphic Interchange Format - GIF - .gif", "Joint Photographics Experts Group - JPEG - .jpg", "Joint Photographics Experts Group - JPEG 2000 - .jp2", "Bitmap - BMP - .bmp", "Portable Network Graphics - PNG - .png" ] }, { "name": "Output_Zip_File", "dataType": "GPDataFile", "displayName": "Output_Zip_File", "description": "El archivo zip que contendrá los datos extraídos.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }