|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebGeographyIDOptions
public class ArcWebGeographyIDOptions
A set of parameters used in finding IDs for a specific geography.
| Constructor Summary | |
|---|---|
ArcWebGeographyIDOptions()
Constructs a ArcWebGeographyIDOptions using ArcGIS Engine. |
|
ArcWebGeographyIDOptions(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebGeographyIDOptions theArcWebGeographyIDOptions = (ArcWebGeographyIDOptions) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
| 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 ArcWebGeographyIDOptions()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebGeographyIDOptions(Object obj)
throws IOException
ArcWebGeographyIDOptions theArcWebGeographyIDOptions = (ArcWebGeographyIDOptions) obj;
obj to ArcWebGeographyIDOptions.
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 int getFilter()
throws IOException,
AutomationException
getFilter in interface IArcWebGeographyIDOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilter(int filter)
throws IOException,
AutomationException
setFilter in interface IArcWebGeographyIDOptionsfilter - A com.esri.arcgis.arcweb.esriArcWebGeographyLevel constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFilterLevel()
throws IOException,
AutomationException
getFilterLevel in interface IArcWebGeographyIDOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilterLevel(String filterLevel)
throws IOException,
AutomationException
setFilterLevel in interface IArcWebGeographyIDOptionsfilterLevel - The filterLevel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getKeyword()
throws IOException,
AutomationException
getKeyword in interface IArcWebGeographyIDOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setKeyword(String keyword)
throws IOException,
AutomationException
setKeyword in interface IArcWebGeographyIDOptionskeyword - The keyword (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getOutputLevel()
throws IOException,
AutomationException
getOutputLevel in interface IArcWebGeographyIDOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputLevel(int outputLevel)
throws IOException,
AutomationException
setOutputLevel in interface IArcWebGeographyIDOptionsoutputLevel - A com.esri.arcgis.arcweb.esriArcWebGeographyLevel constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws IOException,
AutomationException
getCount in interface IArcWebGeographyIDOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCount(int count)
throws IOException,
AutomationException
setCount in interface IArcWebGeographyIDOptionscount - 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 IArcWebGeographyIDOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartIndex(int startIndex)
throws IOException,
AutomationException
setStartIndex in interface IArcWebGeographyIDOptionsstartIndex - 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 | ||||||||