ArcGIS Desktop

  • Documentation
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Configuring the Address Management widgets

You can configure the Roadway Characteristics Editor Address Management widgets in the address_management.json file in the RoadwayCharacteristicsEditor web folder on the web server to modify and deploy.

The Address Management widgets are part of the Roadway Characteristic Editor (RCE). For them to work, RCE must be configured and deployed. For more information on deployment and configuring the Roadway Characteristics Editor, see Roadway Characteristics Editor deployment guide.

Before configuring the Address Management widgets, you must first load your address data into Roads and Highways. For more information about preparing data for address management, see Preparing data for address management.

PropertiesDescription

blockRangeLayer

  • layerName
  • rightFromAddressField
  • rightToAddressField
  • leftFromAddressField
  • leftToAddressField
  • fullStreetNameField
  • copyFields

Specifies the setting for editing block ranges in RCE. The Block range layer is the linear event feature class that stores the block range data.

These are the required configurations:

  • layerName—Name of the Block Range layer in the map service
  • rightFromAddressField—Name of theRight From Address Field that stores the lowest address value on the right side of the road
  • rightToAddressField—Name of the Right To Address Field that stores the highest address value on the right side of the road
  • leftFromAddressField—Name of the Left From Address Field that stores the lowest address value on the left side of the road
  • leftToAddressField—Name of the Left To Address Field that stores the highest address value on the left side of the road
  • fullStreetNameField—Name of the Street name field that saves the full street name including its prefix or suffix
  • copyFields—List of fields that need to be copied from the exiting block range when a new block range is created in the upstream or downstream of existing block range on same route
"blockRangeLayer" : {
   "layerName" : "BlockRanges", 
   "rightFromAddressField" : "R_LO_ADD", 
   "rightToAddressField" : "R_HI_ADD",
   "leftFromAddressField" : "L_LO_ADD",
   "leftToAddressField" : "L_HI_ADD",
   "fullStreetNameField" : "FULL_ST"
   "copyFields":["LOW_RANGE","HI_RANGE","EDIT_PRIV","ALIGN_SRC","ORTHO_VER","JOIN_ID","ZIPL","ZIPR","CITY","STATE_ABBR","TYPE","PREFIX","SUFFIX","COUNTY","PRETYPE","CLASS","VISIBLE"]
 }
Add or Edit Block Range

masterStreetNameTable

  • tableName
  • fullStreetNameField

Specifies the setting for adding streets to the master street name table in RCE. These are required configurations.

  • tableName—Name of the master street name table in the map service
  • fullStreetNameField—Name of the Street name field that saves the full street name including its prefix or suffix
"masterStreetNameTable" : {
  "tableName" : "GIS.MasterAddressTable",
  "fullStreetNameField" : "ROUTEID"
 }
Add Site Addresses

siteAddressPoints

  • layerName
  • addressNumberField
  • streetNameField

Specifies the setting for managing the site address point in RCE. These are required configurations.

  • layerName—Name of the Site Address Point layer in the map service
  • addressNumberField—Name of the Address number field
  • streetNameField—Name of the Street name field that saves the full street name, including its prefix or suffix
"siteAddressPoints" : {
   "layerName" : "GIS.E911Addresses", 
   "addressNumberField" : "ADD_NO", 
   "streetNameField" : "FULL_ST",
 }
Add Site Addresses

selectionSymbols

Specifies the style, color, width, size, and outline of all address feature selections made on the map.

"selectionSymbols": {
"line": { "style": "solid", "color": "#00ffff", "width": 3 },
  "arrowHead": { "style": "triangle", "color": "#00ffff", "size": 20, "outline": { "style": "solid", "color": "#008080", "width": 2 } }
    }

Types of line symbols include solid, dash, dot, dashdot, and dashdotdot—the default style is solid.

The color is specified as #RRGGBB in HTML hexadecimal color codes.

Address Management configuration properties

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2018 Esri. | Privacy | Legal