{ "name": "Clip", "displayName": "Clip", "description": "Geoprocessing tool that extracts input features that overlay the clip features.", "category": "", "helpUrl": "http://geo.regionucayali.gob.pe/geoservicios/rest/directories/arcgisoutput/Geoproceso/Clip_ccpp_GPServer/Geoproceso_Clip_ccpp/Clip.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPString", "displayName": "Input Features", "description": "The features to be clipped.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Lugares Poblados", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Lugares Poblados", "Área Político Administrativa" ] }, { "name": "clip_features", "dataType": "GPString", "displayName": "Clip Features", "description": "The features used to clip the input features.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Área Político Administrativa", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Lugares Poblados", "Área Político Administrativa" ] }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Clase de entidad de salida", "description": "The feature class to be created.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 32718, "latestWkid": 32718 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "codcar", "type": "esriFieldTypeString", "alias": "Código de la carta", "length": 255 }, { "name": "infobj", "type": "esriFieldTypeString", "alias": "Información Adicional", "length": 255 }, { "name": "fuente", "type": "esriFieldTypeString", "alias": "Fuente de datos", "length": 255 }, { "name": "fecreg", "type": "esriFieldTypeDate", "alias": "Fecha de Registro", "length": 8 }, { "name": "autoreg", "type": "esriFieldTypeString", "alias": "Responsable del Registro", "length": 100 }, { "name": "proreg", "type": "esriFieldTypeString", "alias": "Procedimiento de Registro", "length": 150 }, { "name": "fecmod", "type": "esriFieldTypeDate", "alias": "Fecha de Modificación", "length": 8 }, { "name": "autormod", "type": "esriFieldTypeString", "alias": "Responsable de la Modificación", "length": 100 }, { "name": "codepsg", "type": "esriFieldTypeInteger", "alias": "Proyección" }, { "name": "codpob", "type": "esriFieldTypeInteger", "alias": "Tipo de Lugar" }, { "name": "codubipob", "type": "esriFieldTypeString", "alias": "Codigo Ubigeo", "length": 10 }, { "name": "nombre", "type": "esriFieldTypeString", "alias": "Nombre del lugar", "length": 100 }, { "name": "clasific", "type": "esriFieldTypeInteger", "alias": "Clasificación" }, { "name": "norma", "type": "esriFieldTypeString", "alias": "Normativa", "length": 255 }, { "name": "fecnorma", "type": "esriFieldTypeDate", "alias": "Fecha normativa", "length": 8 }, { "name": "poblacion", "type": "esriFieldTypeInteger", "alias": "Habitantes" }, { "name": "altitud", "type": "esriFieldTypeDouble", "alias": "Altitud" }, { "name": "este", "type": "esriFieldTypeDouble", "alias": "Este" }, { "name": "norte", "type": "esriFieldTypeDouble", "alias": "Norte" }, { "name": "long", "type": "esriFieldTypeDouble", "alias": "Longitud" }, { "name": "latitud", "type": "esriFieldTypeDouble", "alias": "Latitud" }, { "name": "tipoubica", "type": "esriFieldTypeInteger", "alias": "Tipo de ubicación" }, { "name": "refer", "type": "esriFieldTypeString", "alias": "Referencia", "length": 255 }, { "name": "peligros", "type": "esriFieldTypeInteger", "alias": "Peligros" }, { "name": "plano", "type": "esriFieldTypeInteger", "alias": "Plano catastral" }, { "name": "fnteplan", "type": "esriFieldTypeString", "alias": "Fuente plano", "length": 255 }, { "name": "codubig", "type": "esriFieldTypeInteger", "alias": "Cod. Ubigeo Distrito" }, { "name": "globalid", "type": "esriFieldTypeGlobalID", "alias": "globalid", "length": 38 }, { "name": "observa", "type": "esriFieldTypeString", "alias": "OBSERVACION", "length": 255 }, { "name": "oritex", "type": "esriFieldTypeString", "alias": "ORIENTACIÓN DEL TEXTO", "length": 10 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "cluster_tolerance", "dataType": "GPLinearUnit", "displayName": "XY Tolerance", "description": "The minimum distance separating all feature coordinates as well as the distance a coordinate can move in X or Y (or both). Set the value to be higher for data with less coordinate accuracy and lower for data with extremely high accuracy.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }