class SpatialSearchRequestParams extends SearchRequestParams
Created with IntelliJ IDEA.
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected java.lang.String |
addSpatialParams(java.lang.String paramString, java.lang.Boolean encodeParams)Add the spatial params to the param string |
|
java.lang.String |
getEncodedParams()Produce a URI encoded query string for use in java.util.URI, etc |
|
java.lang.String |
getUrlParams() |
|
java.lang.String |
toString()Custom toString method to produce a String to be used as the request parameters for the Biocache Service webservices |
| Methods inherited from class | Name |
|---|---|
class SearchRequestParams |
conditionalEncode, getEncodedParams, getUrlParams, toString, toString |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Add the spatial params to the param string
Produce a URI encoded query string for use in java.util.URI, etc
Custom toString method to produce a String to be used as the request parameters for the Biocache Service webservices