ESRI.ArcGIS.ADF.IMS
Style Property
See Also 
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > Geocoder Class : Style Property




Gets the geocoding style.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Style As String
Visual Basic (Usage)Copy Code
Dim instance As Geocoder
Dim value As String
 
value = instance.Style
C# 
public string Style {get;}

Example

For an example, see the Geocoder overview.

Remarks

This property is read-only.

ArcIMS has 10 standard address styles:

Address Style

Description
USAddressZU.S. streets with zone: This style considers street addresses with zone information such as postal ZIP Codes or city names. Street features are represented by two house number intervals, one for the left side of the street and the other for the right side of the street. The parity (odd/even) of each interval should agree. The beginning number of the intervals can either be lower or higher than the end number.
USAddressU.S. streets: This style is used for address geocoding without zone information. Street features are represented by two house number intervals, one for the left side of the street and the other for the right side of the street.
USSingleRangeZU.S. single range with zone: This style considers street or parcel addresses with zone information such as postal ZIP Codes or city names. Features are represented by one house number interval. No parity (odd/even) of the house numbers is required.
USSingleRangeU.S. single range: This style is used for address geocoding without zone information. Features are represented by one house number interval. No parity (odd/even) of the house numbers is required.
USSingleHouseZU.S. single house with zone: This style considers parcel or point addresses with zone information such as postal ZIP Codes or city names. Features are represented by a single house number.
USSingleHouseU.S. single house: This style is used for address geocoding without zone information. Features are represented by a single house number.
Zip4ZIP+4: This style is used for geocoding ZIP+4 using two components (ZIP and ZIP4).
Zip4RangeZIP+4 range: This style is used for geocoding ZIP+4 in a range using three components (ZIP, ZIP4Low, and ZIP4High).
Zip5ZIP 5-digit: This style is used for geocoding five-digit ZIP Code addresses.
SingleFieldSingle field: This style is used for geocoding based on the value of a single field in the reference layer's attribute table. The style contains one component (Keyfield).

ArcIMS supports the implementation of custom address styles. For information on customizing an address style for use in another country or for special cases in the United States, see the topic Using Custom Address Styles in the ArcXML Programmer's Reference Guide.

See Also

© 2010 All Rights Reserved.