Module: eowcs/kvp

Methods

(inner) describeEOCoverageSetURL(url, eoid, options, extraParams)

Returns a 'DescribeEOCoverageSet' request URL with parameters encoded as KVP.
Parameters:
Name Type Description
url the base URL of the service
eoid the ID of the coverage set
options an object containing any the following optional parameters
Properties
Name Type Description
bbox an array of four values in the following order: [minx, miny, maxx, maxy]
subsetX the subset of the X axis as an array in the following form: [minx, maxx]
subsetY the subset of the Y axis as an array in the following form: [minx, maxx]
subsetCRS the CRS definition in which the spatial subsets are expressed in
subsetTime the subset on the time axis in the following form: [beginTime, endTime]
containment a string describing the containment method for all subsets. One of "overlaps" and "contains".
count an integer, limiting the maximum number of returned coverage descriptions within the coverage set.
sections an array of strings for sections to be included, each one of "CoverageDescriptions" and "DatasetSeriesDescriptions".
extraParams an object containing any extra (vendor specific) parameters which will be appended to the query string
Source:
Returns:
the constructed request URL