{ "name": "Union", "displayName": "Union", "description": "Computes a geometric union of the input features. All features and their attributes will be written to the output feature class.", "category": "", "helpUrl": "https://oncorng.co.ontario.ny.us/arcgis/rest/directories/arcgisoutput/OnCOR/BOE_Analysis_GPServer/OnCOR_BOE_Analysis/Union.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPValueTable", "displayName": "Input Features", "description": "The input feature classes or layers. When the distance between features is less than the cluster tolerance, the features with the lower rank will snap to the feature with the higher rank. The highest rank is one. All of the input features must be polygons.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ [ "AddressPoints_Buffer", null ], [ "City Wards", null ], [ "Ontario County Election Districts", null ], [ "Fire Districts", null ], [ "School Districts", null ], [ "Community Boundaries", null ] ], "parameterType": "esriGPParameterTypeRequired", "category": "", "parameterInfos": [ { "name": "Features", "dataType": "GPString", "displayName": "Features", "choiceList": [ "AddressPoints_Analysis_Update", "AddressPoints_Buffer", "AddressPoints_Analysis", "City Wards", "Ontario County Election Districts", "Tax Parcels", "Fire Districts", "School Districts", "Community Boundaries" ] }, { "name": "Ranks", "dataType": "GPLong", "displayName": "Ranks", "filter": { "type": "range", "minimum": 0, "maximum": 50 } } ] }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "The feature class that will contain the results.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102716, "latestWkid": 2261 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "FID_AddressPoints_Buffer", "type": "esriFieldTypeInteger", "alias": "FID_AddressPoints_Buffer" }, { "name": "MUNI", "type": "esriFieldTypeString", "alias": "MUNICIPALITY", "length": 50 }, { "name": "LOC_ST_NBR", "type": "esriFieldTypeString", "alias": "ADDRESS NUMBER", "length": 13 }, { "name": "FULL_ADDR", "type": "esriFieldTypeString", "alias": "FULL ADDRESS", "length": 50 }, { "name": "PRINT_KEY", "type": "esriFieldTypeString", "alias": "TAX MAP NUMBER", "length": 21 }, { "name": "OWNER", "type": "esriFieldTypeString", "alias": "PROPERTY OWNER", "length": 65 }, { "name": "OWNER2", "type": "esriFieldTypeString", "alias": "2ND OWNER", "length": 65 }, { "name": "UNITNUM", "type": "esriFieldTypeString", "alias": "UNIT NUMBER", "length": 5 }, { "name": "ALT_LAB", "type": "esriFieldTypeString", "alias": "ALT LABEL", "length": 15 }, { "name": "MAP", "type": "esriFieldTypeString", "alias": "MAP", "length": 60 }, { "name": "POLLLOC", "type": "esriFieldTypeString", "alias": "POLLLOC", "length": 75 }, { "name": "NAME_1", "type": "esriFieldTypeString", "alias": "NAME", "length": 64 }, { "name": "RESPONSE", "type": "esriFieldTypeString", "alias": "RESPONSE", "length": 64 }, { "name": "POPULAR_NA", "type": "esriFieldTypeString", "alias": "POPULAR_NA", "length": 254 }, { "name": "NAME_12", "type": "esriFieldTypeString", "alias": "NAME", "length": 25 }, { "name": "CITY_TOWN", "type": "esriFieldTypeString", "alias": "CITY_TOWN", "length": 10 }, { "name": "TWD", "type": "esriFieldTypeString", "alias": "APEX CODE", "length": 12 }, { "name": "SUPERVISOR", "type": "esriFieldTypeString", "alias": "SUPERVISOR", "length": 60 }, { "name": "DESCRIPTION", "type": "esriFieldTypeString", "alias": "DESCRIPTION", "length": 255 }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "join_attributes", "dataType": "GPString", "displayName": "Attributes To Join", "description": "Specifies which attributes from the input features will be transferred to the output feature class.All attributes\u2014All the attributes from the input features will be transferred to the output feature class. This is the default.All attributes except feature IDs\u2014All the attributes except the FID from the input features will be transferred to the output feature class.Only feature IDs\u2014Only the FID field from the input features will be transferred to the output feature class.", "direction": "esriGPParameterDirectionInput", "defaultValue": "All attributes", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "All attributes except feature IDs", "Only feature IDs", "All attributes" ] }, { "name": "cluster_tolerance", "dataType": "GPLinearUnit", "displayName": "XY Tolerance", "description": "The minimum distance separating all feature coordinates (nodes and vertices) as well as the distance a coordinate can move in x or y (or both).Changing this parameter's value may cause failure or unexpected results. It is recommended that you do not modify this parameter. It has been removed from view on the tool dialog box. By default, the input feature class's spatial reference x,y tolerance property is used.", "direction": "esriGPParameterDirectionInput", "dependency": "in_features", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "gaps", "dataType": "GPBoolean", "displayName": "Gaps Allowed", "description": "Specifies whether a feature will be created for areas in the output that are completely enclosed by polygons.Gaps are areas in the output feature class that are completely enclosed by other polygons (created from the intersection of features or from existing holes in the input polygons). These areas are not invalid, but you can identify them for analysis. To identify the gaps in the output, uncheck this parameter; a feature will be created in these areas. To select these features, query the output feature class based on all the input feature's FID values being equal to -1.Checked\u2014A feature will not be created for an area in the output that is completely enclosed by polygons. This is the default.Unchecked\u2014A feature will be created for an area in the output that is completely enclosed by polygons. This feature will have no attribute values and will have a FID value of -1.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the hosted feature service containing all the feature or table results of the tool. When no name is specified, standard feature or table results will still be available.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }