Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.parser.jdom |
Modifier and Type | Field and Description |
---|---|
protected List<ThreddsMetadata.Contributor> |
ThreddsMetadata.contributors |
protected List<ThreddsMetadata.Contributor> |
InvDataset.contributors |
Modifier and Type | Method and Description |
---|---|
List<ThreddsMetadata.Contributor> |
InvCatalogRef.getContributors() |
List<ThreddsMetadata.Contributor> |
ThreddsMetadata.getContributors() |
List<ThreddsMetadata.Contributor> |
InvDataset.getContributors()
get Contributor metadata
|
List<ThreddsMetadata.Contributor> |
InvDatasetImplProxy.getContributors() |
Modifier and Type | Method and Description |
---|---|
void |
ThreddsMetadata.addContributor(ThreddsMetadata.Contributor c)
Add a contributor
|
Modifier and Type | Method and Description |
---|---|
void |
ThreddsMetadata.setContributors(List<ThreddsMetadata.Contributor> contributors)
Set list of contributors (type Contributor); may be empty, not null.
|
void |
InvDatasetImplProxy.setContributors(List<ThreddsMetadata.Contributor> p0) |
void |
InvDatasetImpl.setContributors(List<ThreddsMetadata.Contributor> a) |
Modifier and Type | Method and Description |
---|---|
protected ThreddsMetadata.Contributor |
InvCatalogFactory10.readContributor(org.jdom2.Element elem) |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
InvCatalogFactory10.writeContributor(ThreddsMetadata.Contributor c) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.