| Package | Description |
|---|---|
| org.gcube.dataanalysis.copernicus.motu.client |
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadRequestEnvelope |
| Modifier and Type | Method and Description |
|---|---|
DownloadRequest |
DownloadRequestEnvelope.getOriginalRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainMotuClient.describeCoverage(DownloadRequest request) |
ProductMetadataInfo |
PlainMotuClient.describeProduct(DownloadRequest request)
Retrieve metadata about a product
|
File |
MotuClient.downloadProduct(DownloadRequest request)
Download the dataset corresponding to the given request, by splitting
requests if needed.
|
File |
MotuClient.downloadProduct(DownloadRequest request,
File destFile) |
File |
MotuClient.downloadProduct(DownloadRequest request,
File destFile,
String... splitParameters)
Download the dataset corresponding to the given request, by splitting
requests if needed.
|
File |
MotuClient.downloadProduct(DownloadRequest request,
String... splitParameters) |
RequestSize |
PlainMotuClient.getSize(DownloadRequest request)
Retrieves an estimation of the size of the response
|
RequestSize |
MotuClient.getSize(DownloadRequest request)
A more robust implementation of the super.getSize, as it makes sure that
all parameters are set.
|
StatusModeResponse |
PlainMotuClient.queueProductDownload(DownloadRequest request)
Asynchronously submit a request for a dataset
|
void |
DownloadRequestEnvelope.setOriginalRequest(DownloadRequest originalRequest) |
| Constructor and Description |
|---|
DownloadRequest(DownloadRequest other)
Create a request, actually cloning the 'other' request.
|
DownloadRequestEnvelope(DownloadRequest other) |
RequestSplitter(DownloadRequest request) |
Copyright © 2017. All Rights Reserved.