Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.util | |
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
Modifier and Type | Class and Description |
---|---|
class |
InvAccessImpl
Concrete access element.
|
Modifier and Type | Field and Description |
---|---|
protected List<InvAccess> |
InvDataset.access |
Modifier and Type | Method and Description |
---|---|
InvAccess |
InvDataset.findAccess(String accessURL)
Get access element that matches the given access standard URL.
|
InvAccess |
InvDatasetImplProxy.getAccess(ServiceType p0) |
InvAccess |
InvDataset.getAccess(ServiceType type)
Get access element of the specified service type for this dataset.
|
InvAccess |
InvCatalogRef.getAccess(ServiceType p0) |
Modifier and Type | Method and Description |
---|---|
List<InvAccess> |
InvDatasetImplProxy.getAccess() |
List<InvAccess> |
InvDataset.getAccess()
Get all access elements for this dataset.
|
List<InvAccess> |
InvCatalogRef.getAccess() |
List<InvAccess> |
InvDatasetImpl.getAccessLocal() |
List<InvAccess> |
InvDatasetImplProxy.getAccessLocal() |
Modifier and Type | Method and Description |
---|---|
void |
InvDatasetImpl.addAccess(InvAccess a)
Add InvAccess element to this dataset.
|
void |
InvDatasetImplProxy.addAccess(InvAccess p0) |
Modifier and Type | Method and Description |
---|---|
void |
InvDatasetImpl.addAccess(List<InvAccess> a)
Add a list of InvAccess elements to this dataset.
|
Modifier and Type | Method and Description |
---|---|
static InvAccess |
DeepCopyUtils.copyAccess(InvAccess access,
InvDataset parentDataset,
List<InvService> availableServices) |
Modifier and Type | Method and Description |
---|---|
static InvAccess |
DeepCopyUtils.copyAccess(InvAccess access,
InvDataset parentDataset,
List<InvService> availableServices) |
Modifier and Type | Method and Description |
---|---|
static PointObsDataset |
PointObsDatasetFactory.open(InvAccess access,
CancelTask task,
StringBuffer logMessages)
Deprecated.
|
static PointObsDataset |
PointObsDatasetFactory.open(InvAccess access,
StringBuffer logMessages)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
InvAccess |
ThreddsDataFactory.Result.accessUsed |
Modifier and Type | Method and Description |
---|---|
InvAccess |
ThreddsDataFactory.chooseDatasetAccess(List<InvAccess> 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 |
ThreddsDataFactory.openDataset(InvAccess access,
boolean acquire,
CancelTask task,
Formatter log)
Try to open invAccess as a NetcdfDataset.
|
ThreddsDataFactory.Result |
ThreddsDataFactory.openFeatureDataset(InvAccess access,
CancelTask task)
Open a FeatureDataset from an InvAccess object.
|
Modifier and Type | Method and Description |
---|---|
InvAccess |
ThreddsDataFactory.chooseDatasetAccess(List<InvAccess> 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.