|
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.catalog.arcims.ImsRequest
com.esri.gpt.catalog.arcims.HarvestRequest
com.esri.gpt.catalog.arcims.QueryRequest
com.esri.gpt.catalog.arcims.ExtendedQueryRequest
public class ExtendedQueryRequest
Extended Arc IMS query request. Provides capability to specify additional search/query parameters: text, bounding box, bounding box bounds.
| Nested Class Summary | |
|---|---|
static class |
ExtendedQueryRequest.SpatialOperator
Spatial operator. |
| Field Summary |
|---|
| Fields inherited from class com.esri.gpt.catalog.arcims.ImsRequest |
|---|
ACTION_STATUS_ERROR, ACTION_STATUS_NONE, ACTION_STATUS_OK, ACTION_STATUS_REPLACED, ACTION_STATUS_UNKNOWN |
| Constructor Summary | |
|---|---|
ExtendedQueryRequest()
Creates instance of the request. |
|
ExtendedQueryRequest(UsernamePasswordCredentials credentials)
Creates instance of the request. |
|
| Method Summary | |
|---|---|
void |
execute()
Executes query. |
Envelope |
getBBox()
Gets bounding box. |
String[] |
getFullText()
Gets full text to search. |
ExtendedQueryRequest.SpatialOperator |
getSpatialOperator()
Gets spatial operator. |
void |
setBBox(Envelope bbox)
Sets bounding box. |
void |
setFullText(String[] fullText)
Sets full text to search. |
void |
setSpatialOperator(ExtendedQueryRequest.SpatialOperator spatialOperator)
Sets spatial operator. |
| Methods inherited from class com.esri.gpt.catalog.arcims.QueryRequest |
|---|
getMaxRec, getUpdatedAfterDate, getUpdatedBeforeDate, getUuids, setMaxRec, setUpdatedAfterDate, setUpdatedBeforeDate |
| Methods inherited from class com.esri.gpt.catalog.arcims.ImsRequest |
|---|
executeRequest, executeRequest, getActionStatus, getAxlRequest, getAxlResponse, getCredentials, getService, makeClient, onEndSaxElement, onStartSaxElement, setActionStatus, setAxlRequest, setAxlResponse, setCredentials, setService, wasActionOK |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedQueryRequest()
public ExtendedQueryRequest(UsernamePasswordCredentials credentials)
credentials - credentials| Method Detail |
|---|
public void setFullText(String[] fullText)
fullText - full text to searchpublic String[] getFullText()
public void setBBox(Envelope bbox)
bbox - bounding boxpublic Envelope getBBox()
public void setSpatialOperator(ExtendedQueryRequest.SpatialOperator spatialOperator)
spatialOperator - spatial operatorpublic ExtendedQueryRequest.SpatialOperator getSpatialOperator()
public void execute()
throws ImsServiceException
execute in class QueryRequestImsServiceException - if error executing query
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||