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




Distance geocoded locations will be offset from the end of line features.

Syntax

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

Example

For an example, see the Geocoder overview.

Remarks

Address styles that use reference data with line geometry, such as USAddress, can interpolate a position along reference features for a geocoded address. In order to prevent features that are located at the end of a reference feature from falling on top of other features (for example, a cross street), the address locator can apply a "squeeze factor", or end offset, to the location of a geocoded address. The end offset setting of an address locator is expressed as a percentage of the length of the reference feature, between 0 and 50 percent. An end offset setting of 0 percent will not offset features from the end of the reference feature. An end offset of 50 percent will locate all features at the middle of the reference feature. Any value greater than 50 is treated as 50 percent. Valid geocoding styles are USAddress, USAddressZ, USSingleRange, and USSingleRangeZ.

This property is read-only. The value is set in the ArcXML configuration file for the map service. The default value is 3.0 percent.

See Also

© 2010 All Rights Reserved.