{ "name": "PairwiseBuffer", "displayName": "Pairwise Buffer", "description": "Creates buffer polygons around input features to a specified distance using a parallel processing approach.", "category": "", "helpUrl": "https://njmaps1.rad.rutgers.edu/arcgis/rest/directories/arcgisoutput/Tools/PairwiseBuffer_GPServer/Tools_PairwiseBuffer/PairwiseBuffer.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "in_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Features", "description": "The input point, line, or polygon features that will be buffered.", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "The feature class containing the output buffers.", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "buffer_distance_or_field", "dataType": "GPLinearUnit", "displayName": "Distance [value or field]", "description": "The distance around the input features that will be buffered. Distances can be provided as either a value representing a linear distance or a field from the input features that contains the distance to buffer each feature.If linear units are not specified or are entered as Unknown, the linear unit of the input features' spatial reference will be used.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "dissolve_option", "dataType": "GPString", "displayName": "Dissolve Type", "description": "Specifies the type of dissolve operation that will be performed to remove buffer overlap.No Dissolve\u2014An individual buffer for each feature will be maintained, regardless of overlap. This is the default.Dissolve all output features into a single feature\u2014All buffers will be dissolved together into a single feature, removing any overlap.Dissolve features using the listed fields' unique values or combination of values\u2014Any buffers sharing attribute values in the listed fields (carried over from the input features) will be dissolved.", "direction": "esriGPParameterDirectionInput", "defaultValue": "No Dissolve", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "No Dissolve", "Dissolve all output features into a single feature", "Dissolve features using the listed fields' unique values or combination of values" ] }, { "name": "dissolve_field", "dataType": "GPMultiValue:GPString", "displayName": "Dissolve Field(s)", "description": "The list of fields from the input features on which the output buffers will be dissolved. Any buffers sharing attribute values in the listed fields (carried over from the input features) will be dissolved.", "direction": "esriGPParameterDirectionInput", "defaultValue": [], "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "method", "dataType": "GPString", "displayName": "Method", "description": "Specifies whether the planar or geodesic method will be used to create the buffers.Planar\u2014If the input features are in a projected coordinate system, Euclidean buffers will be created. If the input features are in a geographic coordinate system and the buffer distance is in linear units (meters, feet, and so forth, as opposed to angular units such as degrees), geodesic buffers will be created. This is the default.You can use the Output Coordinate System environment setting to specify the coordinate system to use. For example, if the input features are in a projected coordinate system, you can set the environment to a geographic coordinate system to create geodesic buffers.Geodesic (shape preserving)\u2014All buffers will be created using a shape-preserving geodesic buffer method, regardless of the input coordinate system.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Geodesic (shape preserving)", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Geodesic (shape preserving)", "Planar" ] }, { "name": "max_deviation", "dataType": "GPLinearUnit", "displayName": "Maximum Offset Deviation", "description": "The maximum distance the resulting output buffer polygon boundary will deviate from the true buffer boundary.The true buffer boundary is a curve. However, the resulting polygon boundary is a densified polyline. Using this parameter, you can control how the output polygon boundary approximates the true buffer boundary.If this parameter is not set or is set to 0, the tool will identify the maximum deviation. It is recommended that you use the default value. Performance degradation (in the tool and in subsequent analyses) may result from using a maximum offset deviation that is too small.See the Maximum Offset Deviation parameter information in the Densify tool documentation for details.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "distance": 0, "units": "esriMeters" }, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }