| Package | Description |
|---|---|
| thredds.client.catalog | |
| thredds.client.catalog.builder | |
| thredds.client.catalog.writer |
| Modifier and Type | Method and Description |
|---|---|
Access |
Dataset.findAccess(String accessURL)
Get access element that matches the given access standard URL.
|
Access |
Dataset.getAccess(ServiceType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Access> |
Dataset.getAccess() |
| Modifier and Type | Method and Description |
|---|---|
Access |
AccessBuilder.makeAccess(Dataset dataset) |
| Modifier and Type | Field and Description |
|---|---|
Access |
DataFactory.Result.accessUsed |
| Modifier and Type | Method and Description |
|---|---|
Access |
DataFactory.chooseDatasetAccess(List<Access> accessList)
Find the "best" access in case theres more than one, based on what the CDM knows
how to open and use.
|
| Modifier and Type | Method and Description |
|---|---|
NetcdfDataset |
DataFactory.openDataset(Access access,
boolean acquire,
CancelTask task,
Formatter log)
Try to open Access as a NetcdfDataset.
|
DataFactory.Result |
DataFactory.openFeatureDataset(Access access,
CancelTask task)
Open a FeatureDataset from an Access object.
|
| Modifier and Type | Method and Description |
|---|---|
Access |
DataFactory.chooseDatasetAccess(List<Access> accessList)
Find the "best" access in case theres more than one, based on what the CDM knows
how to open and use.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.