|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeocodingProperties2
Provides access to members that control geocoding settings.
Use the IGeocodingProperties2 interface to inspect and set properties specific to address locators that use the second generation ESRI geocoding engine.
Method Summary | |
---|---|
double |
getEndOffsetDistance()
End offset using either distance or percentage. |
int |
getEndOffsetDistanceUnits()
Units used for the end offset. |
void |
setEndOffsetDistance(double endOffset)
End offset using either distance or percentage. |
void |
setEndOffsetDistanceUnits(int endOffsetDistanceUnits)
Units used for the end offset. |
Methods inherited from interface com.esri.arcgis.location.IAddressInputs |
---|
getAddressFields, getDefaultInputFieldNames |
Method Detail |
---|
double getEndOffsetDistance() throws IOException, AutomationException
Locators that use polyline features as reference data interpolate positions along reference data features for geocoded addresses. In order to prevent features that are located at the end of a reference data feature from falling on top of other features (for example, a cross street), the locator can apply a “squeeze factor”, or end offset, to the location of a geocoded address.
The EndOffsetDistance property specifies by what amount to offset geocoded locations from the end of reference data features, and is expressed as either a percentage of the length of the reference feature, between 0.0 percent and 50.0 percent, or as a set distance.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndOffsetDistance(double endOffset) throws IOException, AutomationException
endOffset
- The endOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getEndOffsetDistanceUnits() throws IOException, AutomationException
Locators that use polyline features as reference data interpolate positions along reference data features for geocoded addresses. For those locators, you can specify an end offset using the EndOffsetDistance property, which specifies by what amount to offset geocoded locations from the end of reference data features. The EndOffsetDistanceUnits property specifies the units for the end offset.
You can use these properties prevent features that are located at the end of a reference data feature from falling on top of other features (for example, a cross street). By default, the value of the EndOffsetDistanceUnits property is esriUnknownUnits, which indicates to use the reference data’s units.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndOffsetDistanceUnits(int endOffsetDistanceUnits) throws IOException, AutomationException
endOffsetDistanceUnits
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |