ArcGIS / ArcObjects 10 and Address Standardization

2720
1
01-16-2014 07:50 AM
MarkParr
New Contributor
Working on an ArcObjects application in which a user has a full address presented to them and I would like to break that address out into the various pieces -- House#, Prefix Dir, Name, Type, Suffix Dir -- and present that to them as well.  I found a previous post that made it sound like that under ArcGIS 10 built in address standardization maybe be no longer available/obsolete and a different "parsing system" is in place 

Is that true?  Is it possible for ArcObjects to break up/parse the address for me or will I have to write my own handling/parsing display logic?
0 Kudos
1 Reply
seria
by Esri Contributor
Esri Contributor

You do not have to manually parse addresses. ArcGIS provides tools for Geocoding your addresses. Please view the following documentation on geocoding using ArcObjects; you will also need to understand how geocoding works in ArcGIS Desktop before attempting to do it using ArcObjects:

IGeocodeServer

http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//00310000005z000000

Geocode Services

http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/0001000003m9000000.h...

Programming with Server Objects

http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//00310000005z000000

Server (Search for "Geocode" within this help page)

http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//003z0000011v000000

ArcGIS Desktop Help - What is Geocoding?

http://resources.arcgis.com/en/help/main/10.2/index.html#/What_is_geocoding/002500000001000000/

ArcGIS Server Help - Geocode Services

http://resources.arcgis.com/en/help/main/10.2/index.html#//01540000035t000000