|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.arcweb.IArcWebPlaceFinderOptionsProxy
public class IArcWebPlaceFinderOptionsProxy
Provides access to members that control finding places.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
IArcWebPlaceFinderOptionsProxy()
|
|
IArcWebPlaceFinderOptionsProxy(Object obj)
|
protected |
IArcWebPlaceFinderOptionsProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getCount()
The number of matching records to return (default is 10). |
String |
getDataSource()
The name of the data source used for finding a place (default is ArcWeb:ESRI.Gazetteer.World). |
int |
getFilterCountry()
The country to search (default is esriArcWebCountryAll). |
IEnvelope |
getFilterExtent()
The geographic area to search (null means no area restrictions). |
String |
getFilterType()
The type of place to search (null returns all types). |
int |
getSearchType()
The type of search to perform (default is esriArcWebSearchTypeStartsWith). |
int |
getStartIndex()
The first matching record number to return (default is 0). |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCount(int count)
The number of matching records to return (default is 10). |
void |
setDataSource(String dataSource)
The name of the data source used for finding a place (default is ArcWeb:ESRI.Gazetteer.World). |
void |
setFilterCountry(int filterCountry)
The country to search (default is esriArcWebCountryAll). |
void |
setFilterExtentByRef(IEnvelope filterExtent)
The geographic area to search (null means no area restrictions). |
void |
setFilterType(String filterType)
The type of place to search (null returns all types). |
void |
setSearchType(int searchType)
The type of search to perform (default is esriArcWebSearchTypeStartsWith). |
void |
setStartIndex(int startIndex)
The first matching record number to return (default is 0). |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IArcWebPlaceFinderOptionsProxy()
public IArcWebPlaceFinderOptionsProxy(Object obj)
throws IOException
IOException
protected IArcWebPlaceFinderOptionsProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public String getDataSource()
throws IOException,
AutomationException
getDataSource in interface IArcWebPlaceFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataSource(String dataSource)
throws IOException,
AutomationException
setDataSource in interface IArcWebPlaceFinderOptionsdataSource - The dataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFilterCountry()
throws IOException,
AutomationException
getFilterCountry in interface IArcWebPlaceFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilterCountry(int filterCountry)
throws IOException,
AutomationException
setFilterCountry in interface IArcWebPlaceFinderOptionsfilterCountry - A com.esri.arcgis.arcweb.esriArcWebCountry constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getFilterExtent()
throws IOException,
AutomationException
getFilterExtent in interface IArcWebPlaceFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilterExtentByRef(IEnvelope filterExtent)
throws IOException,
AutomationException
setFilterExtentByRef in interface IArcWebPlaceFinderOptionsfilterExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFilterType()
throws IOException,
AutomationException
getFilterType in interface IArcWebPlaceFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilterType(String filterType)
throws IOException,
AutomationException
setFilterType in interface IArcWebPlaceFinderOptionsfilterType - The filterType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws IOException,
AutomationException
getCount in interface IArcWebPlaceFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCount(int count)
throws IOException,
AutomationException
setCount in interface IArcWebPlaceFinderOptionscount - 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 IArcWebPlaceFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartIndex(int startIndex)
throws IOException,
AutomationException
setStartIndex in interface IArcWebPlaceFinderOptionsstartIndex - The startIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSearchType()
throws IOException,
AutomationException
getSearchType in interface IArcWebPlaceFinderOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSearchType(int searchType)
throws IOException,
AutomationException
setSearchType in interface IArcWebPlaceFinderOptionssearchType - A com.esri.arcgis.arcweb.esriArcWebSearchType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||