|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvAccess | |
|---|---|
| thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
| ucar.nc2.dt.point | Scientific data type "Point", collections of point observation data. |
| ucar.nc2.iosp.adde | IOSP for ADDE servers |
| ucar.nc2.thredds | Connects NetCDF-Java to THREDDS Catalogs and Datasets. |
| Uses of InvAccess in thredds.catalog |
|---|
| Subclasses of InvAccess in thredds.catalog | |
|---|---|
class |
InvAccessImpl
Concrete access element. |
| Fields in thredds.catalog with type parameters of type InvAccess | |
|---|---|
protected java.util.List<InvAccess> |
InvDataset.access
|
| Methods in thredds.catalog that return InvAccess | |
|---|---|
InvAccess |
InvDataset.findAccess(java.lang.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)
|
| Methods in thredds.catalog that return types with arguments of type InvAccess | |
|---|---|
java.util.List<InvAccess> |
InvDatasetImplProxy.getAccess()
|
java.util.List<InvAccess> |
InvDataset.getAccess()
Get all access elements for this dataset. |
java.util.List<InvAccess> |
InvCatalogRef.getAccess()
|
java.util.List<InvAccess> |
InvDatasetImplProxy.getAccessLocal()
|
java.util.List<InvAccess> |
InvDatasetImpl.getAccessLocal()
|
| Methods in thredds.catalog with parameters of type InvAccess | |
|---|---|
void |
InvDatasetImplProxy.addAccess(InvAccess p0)
|
void |
InvDatasetImpl.addAccess(InvAccess a)
Add InvAccess element to this dataset. |
| Method parameters in thredds.catalog with type arguments of type InvAccess | |
|---|---|
void |
InvDatasetImpl.addAccess(java.util.List<InvAccess> a)
Add a list of InvAccess elements to this dataset. |
| Uses of InvAccess in ucar.nc2.dt.point |
|---|
| Methods in ucar.nc2.dt.point with parameters of type InvAccess | |
|---|---|
static PointObsDataset |
PointObsDatasetFactory.open(InvAccess access,
CancelTask task,
java.lang.StringBuffer logMessages)
Deprecated. |
static PointObsDataset |
PointObsDatasetFactory.open(InvAccess access,
java.lang.StringBuffer logMessages)
Deprecated. |
| Uses of InvAccess in ucar.nc2.iosp.adde |
|---|
| Constructors in ucar.nc2.iosp.adde with parameters of type InvAccess | |
|---|---|
AddeStationObsDataset(InvAccess access,
CancelTask cancelTask)
Open an ADDE Station Dataset from an InvAccess, which must be type ADDE and Station. |
|
| Uses of InvAccess in ucar.nc2.thredds |
|---|
| Fields in ucar.nc2.thredds declared as InvAccess | |
|---|---|
InvAccess |
ThreddsDataFactory.Result.accessUsed
|
| Methods in ucar.nc2.thredds that return InvAccess | |
|---|---|
InvAccess |
ThreddsDataFactory.chooseDatasetAccess(java.util.List<InvAccess> accessList)
Find the "best" access in case theres more than one, based on what the CDM knows how to open and use. |
| Methods in ucar.nc2.thredds with parameters of type InvAccess | |
|---|---|
NetcdfDataset |
ThreddsDataFactory.openDataset(InvAccess access,
boolean acquire,
CancelTask task,
java.util.Formatter log)
Try to open invAccess as a NetcdfDataset. |
ThreddsDataFactory.Result |
ThreddsDataFactory.openFeatureDataset(InvAccess access,
CancelTask task)
Open a FeatureDataset from an InvAccess object. |
| Method parameters in ucar.nc2.thredds with type arguments of type InvAccess | |
|---|---|
InvAccess |
ThreddsDataFactory.chooseDatasetAccess(java.util.List<InvAccess> accessList)
Find the "best" access in case theres more than one, based on what the CDM knows how to open and use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||