Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
Modifier and Type | Field and Description |
---|---|
protected CollectionType |
InvDataset.collectionType |
static CollectionType |
CollectionType.FORECASTS |
static CollectionType |
CollectionType.NONE |
static CollectionType |
CollectionType.STATIONS |
static CollectionType |
CollectionType.TIMESERIES |
Modifier and Type | Method and Description |
---|---|
static CollectionType |
CollectionType.findType(String name)
Return the known CollectionType that matches the given name (ignoring case)
or null if the name is unknown.
|
CollectionType |
InvDatasetImplProxy.getCollectionType() |
CollectionType |
InvDataset.getCollectionType()
Get collectionType
|
CollectionType |
InvCatalogRef.getCollectionType() |
static CollectionType |
CollectionType.getType(String name)
Return a CollectionType that matches the given name by either matching
a known type (ignoring case) or creating an unknown type.
|
Modifier and Type | Method and Description |
---|---|
static Collection<CollectionType> |
CollectionType.getAllTypes() |
Modifier and Type | Method and Description |
---|---|
void |
InvDatasetImpl.setCollectionType(CollectionType collectionType)
Set collectionType
|
void |
InvDatasetImplProxy.setCollectionType(CollectionType p0) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.