Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.parser.jdom | |
thredds.catalog.util |
Modifier and Type | Class and Description |
---|---|
class |
DataRootConfig
DataRoot element in a thredds config catalog.
|
Modifier and Type | Field and Description |
---|---|
protected List<InvProperty> |
ThreddsMetadata.properties |
protected List<InvProperty> |
InvDataset.properties |
protected List<InvProperty> |
InvCatalog.properties |
Modifier and Type | Method and Description |
---|---|
List<InvProperty> |
InvService.getDatasetRoots()
Deprecated.
put roots only in the catalog
|
List<InvProperty> |
ThreddsMetadata.getProperties() |
List<InvProperty> |
InvDatasetImplProxy.getProperties() |
List<InvProperty> |
InvService.getProperties()
Get properties for this service.
|
List<InvProperty> |
InvDataset.getProperties()
Get all properties for this dataset.
|
List<InvProperty> |
InvCatalog.getProperties()
Get catalog properties.
|
List<InvProperty> |
InvCatalogRef.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
InvService.addDatasetRoot(InvProperty root)
Deprecated.
use InvCatalogImpl
|
void |
InvDatasetImpl.addProperty(InvProperty p)
Add a property to this dataset
|
void |
ThreddsMetadata.addProperty(InvProperty p)
Add a property
|
void |
InvCatalogImpl.addProperty(InvProperty p)
Add Property (1.0)
|
void |
InvDatasetImplProxy.addProperty(InvProperty p0) |
void |
InvService.addProperty(InvProperty p)
Add a property
|
Modifier and Type | Method and Description |
---|---|
protected InvProperty |
InvCatalogFactory10.readProperty(org.jdom2.Element s) |
Modifier and Type | Method and Description |
---|---|
static InvProperty |
DeepCopyUtils.copyProperty(InvProperty property) |
Modifier and Type | Method and Description |
---|---|
static InvProperty |
DeepCopyUtils.copyProperty(InvProperty property) |
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.