public interface PdapRegistryClient
| Modifier and Type | Method and Description |
|---|---|
gov.nasa.pds.tools.label.Label |
getCatalogFile(String datasetId,
String filename)
Gets the catalog file associated with the given dataset.
|
uk.ac.starlink.table.StarTable |
getDataSet(String datasetId)
Gets a single dataset.
|
List<uk.ac.starlink.table.StarTable> |
getDataSets()
Gets all the datasets.
|
List<uk.ac.starlink.table.StarTable> |
getDataSets(org.joda.time.DateTime startDate,
org.joda.time.DateTime stopDate)
Gets the datasets within a given datetime range.
|
URL |
getResourceLink(String datasetId)
Gets the resource link associated with the given dataset.
|
gov.nasa.pds.tools.label.Label |
getVoldescFile(String datasetId)
Gets the VOLDESC.CAT file associated with the given dataset.
|
List<uk.ac.starlink.table.StarTable> getDataSets() throws PdapRegistryClientException
PdapRegistryClientExceptionList<uk.ac.starlink.table.StarTable> getDataSets(org.joda.time.DateTime startDate, org.joda.time.DateTime stopDate) throws PdapRegistryClientException
PdapRegistryClientExceptionuk.ac.starlink.table.StarTable getDataSet(String datasetId) throws PdapRegistryClientException
PdapRegistryClientExceptionURL getResourceLink(String datasetId) throws PdapRegistryClientException
PdapRegistryClientExceptiongov.nasa.pds.tools.label.Label getCatalogFile(String datasetId, String filename) throws PdapRegistryClientException
PdapRegistryClientExceptiongov.nasa.pds.tools.label.Label getVoldescFile(String datasetId) throws PdapRegistryClientException
PdapRegistryClientExceptionCopyright © 2010–2016 Planetary Data System. All rights reserved.