| java.lang.Object | |
| ↳ | com.esri.core.map.WebMapQuery |
Represents an ArcGIS query task data defined in the web map.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | PARAM_DEFAULTVALUE | The Constant PARAM_DEFAULTVALUE. | |||||||||
| String | PARAM_FIELD | The Constant PARAM_FIELD. | |||||||||
| String | PARAM_HELPTIP | The Constant PARAM_HELPTIP. | |||||||||
| String | PARAM_OPERATOR | The Constant PARAM_OPERATOR. | |||||||||
| String | PARAM_PROMPT | The Constant PARAM_PROMPT. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WebMapQuery() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static WebMapQuery |
fromJson(JsonParser jsonParser)
Creates a QueryTask object from the json.
| ||||||||||
| String |
getDisplayField()
Gets the display field name.
| ||||||||||
| String |
getName()
Returns the query task name.
| ||||||||||
| List<Hashtable<String, Object>> |
getParameters()
Returns a list of predefined query input parameters which are stored in a pair of
key and Object hashtable object.
| ||||||||||
| String |
getUrl()
Return the url to perform the query.
| ||||||||||
| List<String> |
getVisibleFields()
Returns a list of visible fields.
| ||||||||||
| String |
getWhereClause()
Returns the predefined the where clause.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The Constant PARAM_DEFAULTVALUE.
Creates a QueryTask object from the json.
| jsonParser | a JsonParser object |
|---|
| Exception | the exception |
|---|
Returns a list of predefined query input parameters which are stored in a pair of key and Object hashtable object. The key are defined as the constants:
PARAM_DEFAULTVALUE
PARAM_FIELD
PARAM_HELPTIP
PARAM_OPERATOR
PARAM_PROMPT