{ "name": "CreateAddressLocator", "displayName": "Create Address Locator", "description": "Geoprocessing tool to create an address locator", "category": "", "helpUrl": "https://gis.personcountync.gov/arcgis/rest/directories/arcgisoutput/Geocode/CreateAddressLocator_GPServer/Geocode_CreateAddressLocator/CreateAddressLocator.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_address_locator_style", "dataType": "GPString", "displayName": "Address Locator Style", "description": "The address locator style on which to base the new address locator.US Address-Dual Ranges\u2014Use when the reference data is a line feature class that contains house number ranges on both sides of a street segment, and you want to search for an address on a specific side of the street or a street intersection.US Address-One Range\u2014Use when the reference data is a line feature class with one house number range for each road segment, and you want to search for an address (where side is not needed) or a street intersection.US Address-Single House\u2014Use when the reference data is a point or polygon feature class where each feature represents a single address, and you want to search for an exact address for a parcel, building, or address point.US Address-Single House Subaddress\u2014Use when the reference data is a point or polygon feature class where each feature represents a single address with optional subaddress elements, and you want to search for apartment units, townhouses, duplexes, or stores in a shopping plaza.US Address-Street Name\u2014Use when the reference data is a line feature class, and you want to search for addresses using only the street name. Address range information is not required.US Address-City State\u2014Use when the reference data is a point or polygon feature class, and you want to search for a specific city in a state.US Address-ZIP 5 Digit\u2014Use when the reference data is a point or polygon feature class where each feature represents a ZIP Code centroid or geographic area, and you want to search for a specific ZIP Code location.General-Gazetteer\u2014Use when the reference data is a point or polygon feature class where each feature represents any unique feature, and you want to search for a place-name, landmark, water meter, or any unique value.", "direction": "esriGPParameterDirectionInput", "defaultValue": "General - Single Field", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_field_map", "dataType": "GPString", "displayName": "Field Map", "description": "The mapping of reference data fields used by the address locator style to fields in the reference datasets. Fields with an asterisk (*) next to their names are required by the address locator style.To determine the alias name for a reference data field used by a locator style, open the Create Address Locator tool dialog box and choose the locator style. The name that appears in the Field Name column of the Field Map control is the field's alias name.", "direction": "esriGPParameterDirectionInput", "defaultValue": "'Feature ID' ObjectID VISIBLE NONE;*KeyField CrossStreet1 VISIBLE NONE;'Display X' '' VISIBLE NONE;'Display Y' VISIBLE NONE;'Min X value for extent' VISIBLE NONE;'Max X value for extent' VISIBLE NONE;'Min Y value for extent' VISIBLE NONE;'Max Y value for extent' VISIBLE NONE;'Additional Field' CrossStreet2 VISIBLE NONE;'Altname JoinID' VISIBLE NONE", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "config_keyword", "dataType": "GPString", "displayName": "Configuration Keyword", "description": "The configuration keyword that determines the storage parameters of the table in a Relational Database Management System (RDBMS)\u2014enterprise and file geodatabases only.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [] }, { "name": "enable_suggestions", "dataType": "GPBoolean", "displayName": "Enable suggestions", "description": "Allows character-by-character auto-complete suggestions to be generated for user input in a client application. This capability facilitates the interactive search user experience by reducing the number of characters that need to be typed before a suggested match is obtained. The idea is that a client application can provide a list of suggestions which is updated with each character entered by a user until the place they are looking for is returned in the list. Only the locator styles provided by Esri can be used to build locators with suggestions enabled. The suggestion functionality is only exposed when such a locator is published as a geocode service. Locators with suggestions enabled can only be saved in a file folder; they cannot be saved in a geodatabase.Checked\u2014Suggestions are enabled for the locator.Unchecked\u2014Suggestions are disabled for the locator. This is the default.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }