{ "name": "CoordinateTableToPoint", "displayName": "Coordinate Table To Point", "description": "Creates a point feature class from coordinates stored in a table.", "category": "", "helpUrl": "https://swappweb.corpocaldas.gov.co/waserver/rest/directories/arcgisoutput/CoordinateTableToPoint_GPServer/CoordinateTableToPoint/CoordinateTableToPoint.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_table", "dataType": "GPDataFile", "displayName": "Input Table", "description": "The table containing the source coordinates.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Point Feature Class", "description": "The feature class containing the output point features.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 21892, "latestWkid": 21897 }, "fields": [ { "name": "OID", "type": "esriFieldTypeOID", "alias": "OID" }, { "name": "x", "type": "esriFieldTypeInteger", "alias": "x" }, { "name": "y", "type": "esriFieldTypeInteger", "alias": "y" }, { "name": "DDLat", "type": "esriFieldTypeString", "alias": "DDLat", "length": 255 }, { "name": "DDLon", "type": "esriFieldTypeString", "alias": "DDLon", "length": 255 }, { "name": "ORIG_OID", "type": "esriFieldTypeInteger", "alias": "ORIG_OID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "x_or_lon_field", "dataType": "Field", "displayName": "X Field (longitude, UTM, MGRS, USNG, GARS, GEOREF)", "description": "The field in the input table containing the x or longitude coordinates.", "direction": "esriGPParameterDirectionInput", "dependency": "in_table", "defaultValue": { "name": "x", "type": "esriFieldTypeInteger", "alias": "x", "editable": true, "nullable": true, "length": 4 }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_coordinate_format", "dataType": "GPString", "displayName": "Input Coordinate Format", "description": "Specifies the format of the input table coordinates.Decimal Degrees - One Field\u2014Coordinates will be formatted in a decimal degrees coordinate pair stored in a single field with coordinates separated by a space, comma, or slash.Decimal Degrees - Two Fields\u2014Coordinates will be formatted in a decimal degrees coordinate pair stored in two table fields. This is the default.Degrees and Decimal Minutes - One Field\u2014Coordinates will be formatted in a degrees and decimal minutes coordinate pair stored in a single table field with coordinates separated by a space, comma, or slash.Degrees and Decimal Minutes - Two Fields\u2014Coordinates will be formatted in a degrees and decimal minutes coordinate pair stored in two table fields.Degrees, Minutes, and Seconds - One Field\u2014Coordinates will be formatted in a degrees, minutes, and seconds coordinate pair stored in a single table field with coordinates separated by a space, comma, or slash.Degrees, Minutes, and Seconds - Two Fields\u2014Coordinates will be formatted in a degrees, minutes, and seconds coordinate pair stored in two table fields.Global Area Reference System\u2014Coordinates will be formatted in Global Area Reference System.World Geographic Reference System\u2014 Coordinates will be formatted in World Geographic Reference System.Universal Transverse Mercator Bands\u2014Coordinates will be formatted in Universal Transverse Mercator coordinate bands.Universal Transverse Mercator Zones\u2014Coordinates will be formatted in Universal Transverse Mercator coordinate zones.United States National Grid\u2014Coordinates will be formatted in United States National Grid.Military Grid Reference System\u2014Coordinates will be formatted in Military Grid Reference System.", "direction": "esriGPParameterDirectionInput", "defaultValue": "DD_2", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "DD_1", "DD_2", "DDM_1", "DDM_2", "DMS_1", "DMS_2", "GARS", "GEOREF", "UTM_BANDS", "UTM_ZONES", "USNG", "MGRS" ] }, { "name": "y_or_lat_field", "dataType": "Field", "displayName": "Y Field (latitude)", "description": "The field in the input table containing the y or latitude coordinates.The Y Field (latitude) parameter is used when the Input Coordinate Format parameter is set to Decimal Degrees - Two Fields, Degrees and Decimal Minutes - Two Fields, or Degrees Minutes and Seconds - Two Fields.", "direction": "esriGPParameterDirectionInput", "dependency": "in_table", "defaultValue": { "name": "y", "type": "esriFieldTypeInteger", "alias": "y", "editable": true, "nullable": true, "length": 4 }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "coordinate_system", "dataType": "GPString", "displayName": "Input Coordinate System", "description": "The spatial reference of the output feature class. The default is GCS_WGS_1984.", "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": "" } ] }