|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebPlaceFinderOptions
Provides access to members that control finding places.
| Method Summary | |
|---|---|
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 |
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). |
| 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.
int getFilterCountry()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFilterCountry(int filterCountry)
throws IOException,
AutomationException
filterCountry - A com.esri.arcgis.arcweb.esriArcWebCountry constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getFilterExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFilterExtentByRef(IEnvelope filterExtent)
throws IOException,
AutomationException
filterExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFilterType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFilterType(String filterType)
throws IOException,
AutomationException
filterType - The filterType (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 getSearchType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSearchType(int searchType)
throws IOException,
AutomationException
searchType - A com.esri.arcgis.arcweb.esriArcWebSearchType 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 | ||||||||