![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
EndOffset Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > Geocoder Class : EndOffset Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property EndOffset As Double |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Geocoder Dim value As Double value = instance.EndOffset |
C# | |
---|---|
public double EndOffset {get;} |
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.
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