MergeLayers-spec
POST {{analysis-service}}/arcgis/rest/services/tasks/GPServer/MergeLayers/submitJob
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
f | string | The format of the data returned. html | |
token | string | An OAuth 2.0 access token. | |
inputLayer | string | The point, polyline, or polygon features to merge with the mergeLayer . | |
mergeLayer | string | The point, polyline, or polygon features to merge with the inputLayer . The mergeLayer must contain the same feature type (point, polyline, or polygon) as the inputLayer. | |
mergingAttributes | string | An array of values that describe how fields from the mergeLayer are to be modified. By default, all fields from both inputs will be carried across to the output mergedLayer. | |
outputName | string | A string representing the name of the hosted feature layer to return with the results. NOTE: If you do not include this parameter, the results are returned as a feature collection (JSON). |