Configure Address Management tools

The Address Management and Attribute Assistant add-ins are preconfigured to perform common tasks with data stored in the Local Government Information Model. The behavior of these tools can be modified to work with other datasets or to perform additional functions by modifying the configuration file shared by these add-ins.

The configuration file (loaded.<type>.config) can be accessed from the add-in's toolbar or by browsing to one of the following directories.

Operating System Directory
Windows Vista, 7, 8, 10 and Server 2008, 2012 %AppData%\ArcGISSolutions\ConfigFiles
Windows XP, 2000 and Server 2003 C:\Documents and Settings\%UserName%\Application Data\ArcGISSolutions\ConfigFiles

Address Management Configuration

The Address Management Add-In can also be configured to work with your data. To configure the Address Management tools edit the elements in loaded.address.config file discussed below.

Tag: AddressCenterlineDetails

These tags describe the name and structure of a road centerline feature class.

Tag Description
FeatureClassName The name of the feature class containing road centerline features.
FullName The field in the road centerline feature class storing the full name of the road including prefix or suffix.
LeftFrom Lowest address value on the left side of the road.
LeftTo Highest address value on the left side of the road.
RightFrom Lowest address value on the right side of the road.
RightTo Highest address value on the right side of the road.
IDField The field in the road centerline feature class storing the unique identifier of the road. This parameter is optional.
Tag: CreatePointWithReference

These tags describe the relationship between address point features and site address point features. These tags also enclose a set of AddressCenterlineDetails tags that contain the details of the road centerline feature class used for the address ranges.

Tag Description
LayerName The name of the layer containing the site address point features.
AddressField The field in the site address point layer storing the full address number.
StreetNameField The field in the site address point layer storing the full name of the road including and prefix or suffix.
AddressPntKeyField The field in the site address point layer storing a unique identifier for the related address point feature.
ReferencePointLayerName The name of the layer containing the address point features.
ReferencePointIDField The field in the address point layer storing the unique identifier for these features.
ReferencePointEditTemplate The name of the editing template used to symbolize the address point features.
StreetIDField The field in the site address point layer storing a unique identifier of the related street centerline. This parameter is optional.
Top