public class CmemsClient extends Object
| Constructor and Description |
|---|
CmemsClient()
Constructor with default URL
|
CmemsClient(String endpoint)
Constructor with custom URL
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CmemsKeyword> |
getAllKewords()
Return the set of regional domains to which datasets belong.
|
Collection<CmemsProduct> |
getAllProducts()
Retrieve the set of all CMEMS products, possibly taking them from the
cache.
|
Calendar |
getMaxTime()
Return the highest timestamp in datasets.
|
Calendar |
getMinTime()
Return the lowest timestamp in datasets.
|
Collection<MotuServer> |
getMotuServers()
Return the list of Motu servers publishing CMEMS datasets.
|
Collection<CmemsVariable> |
getOceanKeys()
Return the set of variables in datasets.
|
Collection<CmemsVariable> |
getOceanVariables()
Return the set of variables in datasets.
|
Collection<CmemsRegion> |
getRegionalDomains()
Return the set of regional domains to which datasets belong.
|
Collection<CmemsProduct> |
searchProducts(SearchOptions options)
Search for products matching the given criteria.
|
public CmemsClient(String endpoint)
endpoint - the custom URL of the CMEMS cataloguepublic CmemsClient()
public Collection<CmemsProduct> getAllProducts() throws Exception
Exceptionpublic Collection<MotuServer> getMotuServers() throws Exception
Exceptionpublic Collection<CmemsRegion> getRegionalDomains() throws Exception
Exceptionpublic Collection<CmemsKeyword> getAllKewords() throws Exception
Exceptionpublic Collection<CmemsVariable> getOceanVariables() throws Exception
Exceptionpublic Collection<CmemsVariable> getOceanKeys() throws Exception
Exceptionpublic Calendar getMinTime() throws Exception
Exceptionpublic Calendar getMaxTime() throws Exception
Exceptionpublic Collection<CmemsProduct> searchProducts(SearchOptions options) throws Exception
options - ExceptionCopyright © 2019. All Rights Reserved.