|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.core.map.WebMapQuery
public class WebMapQuery
Represents an ArcGIS query task data defined in the web map.
Field Summary | |
---|---|
static String |
PARAM_DEFAULTVALUE
The Constant PARAM_DEFAULTVALUE. |
static String |
PARAM_FIELD
The Constant PARAM_FIELD. |
static String |
PARAM_HELPTIP
The Constant PARAM_HELPTIP. |
static String |
PARAM_OPERATOR
The Constant PARAM_OPERATOR. |
static String |
PARAM_PROMPT
The Constant PARAM_PROMPT. |
Constructor Summary | |
---|---|
WebMapQuery()
|
Method Summary | |
---|---|
static WebMapQuery |
fromJson(org.codehaus.jackson.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PARAM_DEFAULTVALUE
public static final String PARAM_FIELD
public static final String PARAM_HELPTIP
public static final String PARAM_OPERATOR
public static final String PARAM_PROMPT
Constructor Detail |
---|
public WebMapQuery()
Method Detail |
---|
public String getDisplayField()
public String getName()
public List<Hashtable<String,Object>> getParameters()
PARAM_DEFAULTVALUE
PARAM_FIELD
PARAM_HELPTIP
PARAM_OPERATOR
PARAM_PROMPT
public String getUrl()
public List<String> getVisibleFields()
public String getWhereClause()
public static WebMapQuery fromJson(org.codehaus.jackson.JsonParser jsonParser) throws Exception
jsonParser
- a JsonParser object
Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |