Package | Description |
---|---|
thredds.client.catalog | |
thredds.client.catalog.builder |
Modifier and Type | Method and Description |
---|---|
Service |
Catalog.findService(String serviceName) |
Service |
Access.getService() |
Service |
Dataset.getServiceDefault() |
Modifier and Type | Method and Description |
---|---|
List<Service> |
Service.getNestedServices() |
List<Service> |
Catalog.getServices() |
Constructor and Description |
---|
Access(Dataset dataset,
String urlPath,
Service service,
String dataFormatS,
long dataSize) |
Constructor and Description |
---|
Service(String name,
String base,
String typeS,
String desc,
String suffix,
List<Service> nestedServices,
List<Property> properties) |
Modifier and Type | Field and Description |
---|---|
protected List<Service> |
CatalogBuilder.services |
Modifier and Type | Method and Description |
---|---|
protected Service |
CatalogBuilder.readService(org.jdom2.Element s) |
Modifier and Type | Method and Description |
---|---|
void |
CatalogBuilder.addService(Service s) |
Constructor and Description |
---|
AccessBuilder(DatasetBuilder dataset,
String urlPath,
Service service,
String dataFormatS,
long dataSize) |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.