{ "name": "XYTableToPoint", "displayName": "XY Table To Point", "description": "Creates a point feature class based on x-, y-, and z-coordinates from a table.", "category": "", "helpUrl": "https://maps.roanokeva.gov/server/rest/directories/arcgisoutput/XYTableToPoint_GPServer/XYTableToPoint/XYTableToPoint.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_table", "dataType": "GPString", "displayName": "Input Table", "description": "The table containing the x- and y-coordinates that define the locations of the point features to create.", "direction": "esriGPParameterDirectionInput", "defaultValue": "RFD_CurrentUnitStatus", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "RFD_CurrentUnitStatus", "RFD_CurrentUnitStatus_xy2" ] }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "The feature class containing the output point features.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "RS_SerialNo" }, { "name": "UnitKey", "type": "esriFieldTypeGUID", "alias": "UnitKey", "length": 38 }, { "name": "AgencyKey", "type": "esriFieldTypeInteger", "alias": "AgencyKey" }, { "name": "AgencyId", "type": "esriFieldTypeString", "alias": "AgencyId", "length": 200 }, { "name": "AgencyCallsignKey", "type": "esriFieldTypeInteger", "alias": "AgencyCallsignKey" }, { "name": "Callsign", "type": "esriFieldTypeString", "alias": "Callsign", "length": 100 }, { "name": "UnitStatus", "type": "esriFieldTypeString", "alias": "UnitStatus", "length": 20 }, { "name": "LastStatusChg", "type": "esriFieldTypeDate", "alias": "LastStatusChg", "length": 8 }, { "name": "UnitLastLocation", "type": "esriFieldTypeString", "alias": "UnitLastLocation", "length": 100 }, { "name": "LocationName", "type": "esriFieldTypeString", "alias": "LocationName", "length": 200 }, { "name": "LocationDescription", "type": "esriFieldTypeString", "alias": "LocationDescription", "length": 256 }, { "name": "Location", "type": "esriFieldTypeString", "alias": "Location", "length": 512 }, { "name": "IncidentKey", "type": "esriFieldTypeGUID", "alias": "IncidentKey", "length": 38 }, { "name": "IncidentId", "type": "esriFieldTypeString", "alias": "IncidentId", "length": 200 }, { "name": "IncidentDate", "type": "esriFieldTypeDate", "alias": "IncidentDate", "length": 8 }, { "name": "IncidentRouteKey", "type": "esriFieldTypeGUID", "alias": "IncidentRouteKey", "length": 38 }, { "name": "LastActiveRouteKey", "type": "esriFieldTypeGUID", "alias": "LastActiveRouteKey", "length": 38 }, { "name": "SignOnServiceRouteKey", "type": "esriFieldTypeGUID", "alias": "SignOnServiceRouteKey", "length": 38 }, { "name": "TransactionDescription", "type": "esriFieldTypeString", "alias": "TransactionDescription", "length": 256 }, { "name": "ARLLongitude", "type": "esriFieldTypeDouble", "alias": "ARLLongitude" }, { "name": "ARLLatitude", "type": "esriFieldTypeDouble", "alias": "ARLLatitude" }, { "name": "ARLAltitude", "type": "esriFieldTypeDouble", "alias": "ARLAltitude" }, { "name": "ARLSpeed", "type": "esriFieldTypeDouble", "alias": "ARLSpeed" }, { "name": "ARLHeading", "type": "esriFieldTypeDouble", "alias": "ARLHeading" }, { "name": "ARLUpdateTime", "type": "esriFieldTypeDate", "alias": "ARLUpdateTime", "length": 8 }, { "name": "ARLFlag", "type": "esriFieldTypeSmallInteger", "alias": "ARLFlag" }, { "name": "IsTimeout", "type": "esriFieldTypeSmallInteger", "alias": "IsTimeout" }, { "name": "LastStatusKey", "type": "esriFieldTypeInteger", "alias": "LastStatusKey" }, { "name": "LastUnitStatus", "type": "esriFieldTypeString", "alias": "LastUnitStatus", "length": 20 }, { "name": "IsAcknowledged", "type": "esriFieldTypeSmallInteger", "alias": "IsAcknowledged" }, { "name": "DestinationKey", "type": "esriFieldTypeInteger", "alias": "DestinationKey" }, { "name": "DestinationFreeText", "type": "esriFieldTypeString", "alias": "DestinationFreeText", "length": 512 }, { "name": "DestinationLocationName", "type": "esriFieldTypeString", "alias": "DestinationLocationName", "length": 512 }, { "name": "DestinationAddressKey", "type": "esriFieldTypeDouble", "alias": "DestinationAddressKey" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "x_field", "dataType": "GPString", "displayName": "X Field", "description": "The field in the input table that contains the x-coordinates (or longitude).", "direction": "esriGPParameterDirectionInput", "defaultValue": "ARLLongitude", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "AgencyKey", "AgencyCallsignKey", "ARLLongitude", "ARLLatitude", "ARLAltitude", "ARLSpeed", "ARLHeading", "ARLFlag", "IsTimeout", "LastStatusKey", "IsAcknowledged", "DestinationKey", "DestinationAddressKey" ] }, { "name": "y_field", "dataType": "GPString", "displayName": "Y Field", "description": "The field in the input table that contains the y-coordinates (or latitude).", "direction": "esriGPParameterDirectionInput", "defaultValue": "ARLLatitude", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "AgencyKey", "AgencyCallsignKey", "ARLLongitude", "ARLLatitude", "ARLAltitude", "ARLSpeed", "ARLHeading", "ARLFlag", "IsTimeout", "LastStatusKey", "IsAcknowledged", "DestinationKey", "DestinationAddressKey" ] }, { "name": "z_field", "dataType": "GPString", "displayName": "Z Field", "description": "The field in the input table that contains the z-coordinates.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "AgencyKey", "AgencyCallsignKey", "ARLLongitude", "ARLLatitude", "ARLAltitude", "ARLSpeed", "ARLHeading", "ARLFlag", "IsTimeout", "LastStatusKey", "IsAcknowledged", "DestinationKey", "DestinationAddressKey" ] }, { "name": "coordinate_system", "dataType": "GPString", "displayName": "Coordinate System", "description": "The coordinate system of the x- and y-coordinates. This will be the coordinate system of the output feature class.", "direction": "esriGPParameterDirectionInput", "defaultValue": "GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]];-400 -400 1000000000;-100000 10000;-100000 10000;8.98315284119521E-09;0.001;0.001;IsHighPrecision", "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": "" } ] }