|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebAddressFinderOptions
Provides access to members that control the ArcWebAddressFinder.
| Method Summary | |
|---|---|
int |
getCount()
The number of records that are returned in the results (default is 20). |
String |
getDataSource()
The name of the data source to use for geocoding. |
int |
getSnapType()
The snap type to be used with the method FindAddressByPoint. |
int |
getStartIndex()
The number of records to skip in the query. |
boolean |
isExtendedPostalCode()
Indicates if extended postal codes (for example, zip + 4) are returned (default is VARIANT_FALSE). |
boolean |
isPartialAddress()
Indicates if partial addresses are returned when not enough address information exists in the request (default is VARIANT_FALSE). |
void |
setCount(int count)
The number of records that are returned in the results (default is 20). |
void |
setDataSource(String dataSource)
The name of the data source to use for geocoding. |
void |
setExtendedPostalCode(boolean extendedPostalCode)
Indicates if extended postal codes (for example, zip + 4) are returned (default is VARIANT_FALSE). |
void |
setPartialAddress(boolean partialAddress)
Indicates if partial addresses are returned when not enough address information exists in the request (default is VARIANT_FALSE). |
void |
setSnapType(int snapType)
The snap type to be used with the method FindAddressByPoint. |
void |
setStartIndex(int startIndex)
The number of records to skip in the query. |
| Method Detail |
|---|
String getDataSource()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataSource(String dataSource)
throws IOException,
AutomationException
dataSource - The dataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isExtendedPostalCode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtendedPostalCode(boolean extendedPostalCode)
throws IOException,
AutomationException
extendedPostalCode - The extendedPostalCode (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPartialAddress()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPartialAddress(boolean partialAddress)
throws IOException,
AutomationException
partialAddress - The partialAddress (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCount(int count)
throws IOException,
AutomationException
count - The count (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStartIndex()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStartIndex(int startIndex)
throws IOException,
AutomationException
startIndex - The startIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSnapType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSnapType(int snapType)
throws IOException,
AutomationException
snapType - A com.esri.arcgis.arcweb.esriArcWebSnapType 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 | ||||||||