ESRI.ArcGIS.ADF.IMS
Style Property
See Also  Send Feedback
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
USAddressZ U.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.
USAddress U.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.
USSingleRangeZ U.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.
USSingleRange U.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.
USSingleHouseZ U.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.
USSingleHouse U.S. single house: This style is used for address geocoding without zone information. Features are represented by a single house number.
Zip4 ZIP+4: This style is used for geocoding ZIP+4 using two components (ZIP and ZIP4).
Zip4Range ZIP+4 range: This style is used for geocoding ZIP+4 in a range using three components (ZIP, ZIP4Low, and ZIP4High).
Zip5 ZIP 5-digit: This style is used for geocoding five-digit ZIP Code addresses.
SingleField Single 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.