Package com.microstrategy.web.app.maps
Class QueryRequest
- java.lang.Object
-
- com.microstrategy.web.app.maps.GeoRequestBase
-
- com.microstrategy.web.app.maps.QueryRequest
-
public class QueryRequest extends GeoRequestBase
Query object to set parameters for map object repository.
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.maps.GeoRequestBase
HIERARCHY_SEPERATOR, ITEM_SPLITTER, lookupKey, QUERY_BY_ALIAS, QUERY_BY_ID, QUERY_BY_NAME, queryField, targetType
-
-
Constructor Summary
Constructors Constructor Description QueryRequest(java.lang.String queryKey, java.lang.String type, java.lang.String searchTypes, java.lang.String objString, java.lang.String boundingBoxString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBoundingBoxString()
java.lang.String
getObjectsString()
int
getType()
java.lang.String[]
getValues()
-
Methods inherited from class com.microstrategy.web.app.maps.GeoRequestBase
getLookupKey, getQueryField, getTargetType, matchesQueryField, queryFieldHierarchy, splitString2IntegerArray, splitString2StringArray
-
-