|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebSearchOptions
public class ArcWebSearchOptions
A set of parameters used in ArcWeb searching procedures.
| Constructor Summary | |
|---|---|
ArcWebSearchOptions()
Constructs a ArcWebSearchOptions using ArcGIS Engine. |
|
ArcWebSearchOptions(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebSearchOptions theArcWebSearchOptions = (ArcWebSearchOptions) obj; |
|
| Method Summary | |
|---|---|
void |
addOrderByFieldName(String fieldName,
boolean descending)
A field name used for sorting the results. |
void |
addReturnFieldName(String fieldName)
A field name used for sorting the results. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getCount()
The number of records returned in the results (default is 20). |
int |
getStartIndex()
The number of records to skip in the query (first record is 0 and default is 0). |
String |
getWhereClause()
An SQL WHERE clause to limit search results. |
int |
hashCode()
the hashcode for this object |
void |
setCount(int pCount)
The number of records returned in the results (default is 20). |
void |
setStartIndex(int pStartIndex)
The number of records to skip in the query (first record is 0 and default is 0). |
void |
setWhereClause(String whereClause)
An SQL WHERE clause to limit search results. |
| 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 ArcWebSearchOptions()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebSearchOptions(Object obj)
throws IOException
ArcWebSearchOptions theArcWebSearchOptions = (ArcWebSearchOptions) obj;
obj to ArcWebSearchOptions.
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 getStartIndex()
throws IOException,
AutomationException
getStartIndex in interface IArcWebSearchOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartIndex(int pStartIndex)
throws IOException,
AutomationException
setStartIndex in interface IArcWebSearchOptionspStartIndex - The pStartIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws IOException,
AutomationException
getCount in interface IArcWebSearchOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCount(int pCount)
throws IOException,
AutomationException
setCount in interface IArcWebSearchOptionspCount - The pCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addOrderByFieldName(String fieldName,
boolean descending)
throws IOException,
AutomationException
addOrderByFieldName in interface IArcWebSearchOptionsfieldName - The fieldName (in)descending - The descending (in, optional, pass true if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addReturnFieldName(String fieldName)
throws IOException,
AutomationException
addReturnFieldName in interface IArcWebSearchOptionsfieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getWhereClause()
throws IOException,
AutomationException
getWhereClause in interface IArcWebSearchOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWhereClause(String whereClause)
throws IOException,
AutomationException
setWhereClause in interface IArcWebSearchOptionswhereClause - The whereClause (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 | ||||||||