public class DescribeEOCoverageSetRequest
extends java.lang.Object
request = DescribeEOCoverageSet eoId = v1,..,vn where vi = (EOCovergeId | DatasetSeriesId | StichedMosaicId) containment = overlaps | contains count = max_number_of_CoverageDescriptions to return. sections = CoverageDescriptions | DatasetSeriesDescriptions | All
subset = (long | lat | phenomenonTime) (low,high)
SubsetSpec: dimension ( interval ) dimension: long | lat | phenomenonTime interval: low, high low: point | * high: point | * point: number| " token " // " = ASCII 0x42
Example:
http://www.myserver.org:port/path? service=WCS &version=2.0.1 &request=DescribeEOCoverageSet &eoid=C0002 &containment=overlaps &subset=long(-71,47) &subset=lat(-66,51) &subset=phenomenonTime("2009-11-06T23:20:52Z","2009-11- 13T23:20:52Z")
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_COUNT |
static java.lang.String |
KVP_REQUEST |
static org.jdom.Namespace |
NS |
Constructor and Description |
---|
DescribeEOCoverageSetRequest(org.jdom.Element descrEoCovSetElem)
request
eoId
containment
count
sections
dimenstionTrim
|
DescribeEOCoverageSetRequest(java.util.Map<java.lang.String,java.lang.String[]> kvp)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
DescribeEOCoverageSetRequest
|
Modifier and Type | Method and Description |
---|---|
opendap.wcs.v2_0.DescribeEOCoverageSetRequest.Containment |
getContainment() |
java.util.HashMap<java.lang.String,DimensionSubset> |
getDimensionSubsets() |
java.lang.String[] |
getEoIds() |
int |
getMaxItemCount() |
TemporalDimensionSubset |
getTemporalSubset() |
public static final int DEFAULT_COUNT
public static final org.jdom.Namespace NS
public static final java.lang.String KVP_REQUEST
public DescribeEOCoverageSetRequest(org.jdom.Element descrEoCovSetElem) throws WcsException
descrEoCovSetElem
- WcsException
public DescribeEOCoverageSetRequest(java.util.Map<java.lang.String,java.lang.String[]> kvp) throws WcsException
request = DescribeEOCoverageSet eoId = v1,..,vn where vi = (EOCovergeId | DatasetSeriesId | StichedMosaicId) containment = overlaps | contains count = max_number_of_CoverageDescriptions to return. sections = CoverageDescriptions | DatasetSeriesDescriptions | All
subset = (long | lat | phenomenonTime) (low,high)
SubsetSpec: dimension ( interval ) dimension: long | lat | phenomenonTime interval: low, high low: point | * high: point | * point: number| " token " // " = ASCII 0x42
Example:
http://www.myserver.org:port/path? service=WCS &version=2.0.1 &request=DescribeEOCoverageSet &eoid=C0002 &containment=overlaps &subset=long(-71,47) &subset=lat(-66,51) &subset=phenomenonTime("2009-11-06T23:20:52Z","2009-11- 13T23:20:52Z")
kvp
- WcsException
public java.lang.String[] getEoIds()
public int getMaxItemCount()
public opendap.wcs.v2_0.DescribeEOCoverageSetRequest.Containment getContainment()
public java.util.HashMap<java.lang.String,DimensionSubset> getDimensionSubsets()
public TemporalDimensionSubset getTemporalSubset()