Fields contained in a standardized intersection returned from the StandardizeAddress() method.
GetStandardizedIntersectionFields()
Return Value
A Fields
object containing one of more Field objects. Each
field is a match key for the geocode service.
Remarks
The fields returned from this method define
the match keys of a standardized intersection address. The
match keys map to one or more match fields in the reference layer. The
match keys are dependent on the address style used by the geocode service.
Each match key name is a two letter sequence prefixed by the address type.
If a non-intersection address type, the prefix
letter is "A". If intersection the prefix
letter is "I". For example, a match key
field that stores the standardized street name for the first street in
an intersection address may be named "ISN1". The
alias for the same field may be more intuitive, such as "StreetName1".
Within the geocode service, the match key
"ISN" maps to a match field (e.g. "StreetName") which
represents a field in the reference data that contain a street name for
a street segment.
Use this method when constructing a PropertySet that represents a standardized
address to pass to the GeocodeAddress() or FindAddressCandidates() methods
or when inspecting an address that has been standardized using the StandardizeAddress()
method. This may be applicable if modifying the
standardized output of the geocode service or if using another means to
standardize input (e.g. third-party standardizer).
Examples