|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebAddressFinderOptions
public class ArcWebAddressFinderOptions
A set of parameters used in finding an address.
| Constructor Summary | |
|---|---|
ArcWebAddressFinderOptions()
Constructs a ArcWebAddressFinderOptions using ArcGIS Engine. |
|
ArcWebAddressFinderOptions(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebAddressFinderOptions theArcWebAddressFinderOptions = (ArcWebAddressFinderOptions) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ArcWebAddressFinderOptions()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebAddressFinderOptions(Object obj)
throws IOException
ArcWebAddressFinderOptions theArcWebAddressFinderOptions = (ArcWebAddressFinderOptions) obj;
obj to ArcWebAddressFinderOptions.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getDataSource()
throws IOException,
AutomationException
getDataSource in interface IArcWebAddressFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataSource(String dataSource)
throws IOException,
AutomationException
setDataSource in interface IArcWebAddressFinderOptionsdataSource - The dataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExtendedPostalCode()
throws IOException,
AutomationException
isExtendedPostalCode in interface IArcWebAddressFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtendedPostalCode(boolean extendedPostalCode)
throws IOException,
AutomationException
setExtendedPostalCode in interface IArcWebAddressFinderOptionsextendedPostalCode - The extendedPostalCode (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPartialAddress()
throws IOException,
AutomationException
isPartialAddress in interface IArcWebAddressFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPartialAddress(boolean partialAddress)
throws IOException,
AutomationException
setPartialAddress in interface IArcWebAddressFinderOptionspartialAddress - The partialAddress (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws IOException,
AutomationException
getCount in interface IArcWebAddressFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCount(int count)
throws IOException,
AutomationException
setCount in interface IArcWebAddressFinderOptionscount - The count (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStartIndex()
throws IOException,
AutomationException
getStartIndex in interface IArcWebAddressFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartIndex(int startIndex)
throws IOException,
AutomationException
setStartIndex in interface IArcWebAddressFinderOptionsstartIndex - The startIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSnapType()
throws IOException,
AutomationException
getSnapType in interface IArcWebAddressFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSnapType(int snapType)
throws IOException,
AutomationException
setSnapType in interface IArcWebAddressFinderOptionssnapType - 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 | ||||||||