|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebGeographyIDOptions
Provides access to members that describe the parameters for finding IDs for a specific geography.
| Method Summary | |
|---|---|
int |
getCount()
The returned number of records. |
int |
getFilter()
A geographic filter for limiting the returned IDs. |
String |
getFilterLevel()
Reserved for future use. |
String |
getKeyword()
A case sensitive geography name. |
int |
getOutputLevel()
The geography level for the IDs. |
int |
getStartIndex()
The number of records to skip. |
void |
setCount(int count)
The returned number of records. |
void |
setFilter(int filter)
A geographic filter for limiting the returned IDs. |
void |
setFilterLevel(String filterLevel)
Reserved for future use. |
void |
setKeyword(String keyword)
A case sensitive geography name. |
void |
setOutputLevel(int outputLevel)
The geography level for the IDs. |
void |
setStartIndex(int startIndex)
The number of records to skip. |
| Method Detail |
|---|
int getFilter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFilter(int filter)
throws IOException,
AutomationException
filter - A com.esri.arcgis.arcweb.esriArcWebGeographyLevel constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFilterLevel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFilterLevel(String filterLevel)
throws IOException,
AutomationException
filterLevel - The filterLevel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getKeyword()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setKeyword(String keyword)
throws IOException,
AutomationException
keyword - The keyword (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getOutputLevel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutputLevel(int outputLevel)
throws IOException,
AutomationException
outputLevel - A com.esri.arcgis.arcweb.esriArcWebGeographyLevel constant (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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||