|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.agp.client.AgpSearchCriteria
public class AgpSearchCriteria
The criteria for a search request.
| Constructor Summary | |
|---|---|
AgpSearchCriteria()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
appendURLParameters(StringBuilder parameters)
Appends parameters to a URL request buffer. |
String |
getBBox()
Gets the bounding box for a spatial search. |
long |
getDeepTotal()
Gets the maximum number of results to process for a deep search. |
int |
getNum()
Gets the maximum number of matches to return. |
String |
getQ()
Gets the query to execute. |
String |
getSortField()
Gets the sort field. |
String |
getSortOrder()
Gets the sort order. |
long |
getStart()
Gets the number of the first entry in the result set response. |
void |
setBBox(String bbox)
Sets the bounding box for a spatial search. |
void |
setDeepTotal(long deepTotal)
Sets the maximum number of results to process for a deep search. |
void |
setNum(int num)
Sets the maximum number of matches to return. |
void |
setQ(String q)
Sets the query to execute. |
void |
setSortField(String sortField)
Sets the sort field. |
void |
setSortOrder(String sortOrder)
Sets the sort order. |
void |
setStart(long start)
Sets the number of the first entry in the result set response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgpSearchCriteria()
| Method Detail |
|---|
public String getBBox()
public void setBBox(String bbox)
bbox - the bounding boxpublic long getDeepTotal()
public void setDeepTotal(long deepTotal)
deepTotal - the deep totalpublic int getNum()
public void setNum(int num)
num - the maximum number of matches to returnpublic String getQ()
public void setQ(String q)
q - the query to executepublic String getSortField()
public void setSortField(String sortField)
sortField - the sort fieldpublic String getSortOrder()
public void setSortOrder(String sortOrder)
sortOrder - the sort orderpublic long getStart()
public void setStart(long start)
start - the starting indexpublic void appendURLParameters(StringBuilder parameters)
parameters - the URL request buffer
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||