{ "name": "MakeXYEventLayer", "displayName": "Make XY Event Layer", "description": "Creates a new point feature layer based on x- and y-coordinates defined in a table. If the source table contains z-coordinates (elevation values), that field can also be specified in the creation of the event layer. The layer created by this tool is temporary.", "category": "", "helpUrl": "https://swappweb.corpocaldas.gov.co/waserver/rest/directories/arcgisoutput/MakeXYEventLayer_GPServer/MakeXYEventLayer/MakeXYEventLayer.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "table", "dataType": "GPDataFile", "displayName": "XY Table", "description": "The table containing the x- and y-coordinates that define the locations of the point features to create.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_x_field", "dataType": "Field", "displayName": "X Field", "description": "The field in the input table that contains the x-coordinates (or longitude).", "direction": "esriGPParameterDirectionInput", "dependency": "table", "filter": {"type": "field"}, "defaultValue": { "name": "x", "type": "esriFieldTypeInteger", "alias": "x", "editable": true, "nullable": true, "length": 4 }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_y_field", "dataType": "Field", "displayName": "Y Field", "description": "The field in the input table that contains the y-coordinates (or latitude).", "direction": "esriGPParameterDirectionInput", "dependency": "table", "filter": {"type": "field"}, "defaultValue": { "name": "y", "type": "esriFieldTypeInteger", "alias": "y", "editable": true, "nullable": true, "length": 4 }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_layer", "dataType": "GPFeatureRecordSetLayer", "displayName": "Layer Name", "description": "The name of the output point event layer.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 21892, "latestWkid": 21897 }, "fields": [ { "name": "x", "type": "esriFieldTypeInteger", "alias": "x" }, { "name": "y", "type": "esriFieldTypeInteger", "alias": "y" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "spatial_reference", "dataType": "GPString", "displayName": "Spatial Reference", "description": "The spatial reference of the coordinates specified in the X Field and Y Field parameters. This will be the output event layer's spatial reference.", "direction": "esriGPParameterDirectionInput", "defaultValue": "PROJCS[\"Colombia_Bogota_Zone\",GEOGCS[\"GCS_Bogota\",DATUM[\"D_Bogota\",SPHEROID[\"International_1924\",6378388.0,297.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",1000000.0],PARAMETER[\"False_Northing\",1000000.0],PARAMETER[\"Central_Meridian\",-74.08091666666667],PARAMETER[\"Scale_Factor\",1.0],PARAMETER[\"Latitude_Of_Origin\",4.599047222222222],UNIT[\"Meter\",1.0]];-4623400 -9511000 10000;-100000 10000;-100000 10000;0.001;0.001;0.001;IsHighPrecision", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "in_z_field", "dataType": "Field", "displayName": "Z Field", "description": "The field in the input table that contains the z-coordinates.", "direction": "esriGPParameterDirectionInput", "dependency": "table", "filter": {"type": "field"}, "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }