Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.parser.jdom | |
thredds.cataloggen | |
thredds.cataloggen.config | |
ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
Modifier and Type | Class and Description |
---|---|
class |
InvCatalogRef
A reference to a InvCatalog.
|
class |
InvDatasetFcFmrc
InvDataset Feature Collection for Fmrc
Generate anew each call; use object caching if needed to improve efficiency
|
class |
InvDatasetFcGrib
Implement FeatureCollection GRIB - a collection of Grib1 or Grib2 files that are served as Grids.
|
class |
InvDatasetFcPoint
InvDataset Feature Collection for Point types.
|
class |
InvDatasetFeatureCollection
Abstract superclass for Feature Collection InvDatasets.
|
class |
InvDatasetImplProxy
Proxy an InvDatasetImpl to another InvDatasetImpl.
|
class |
InvDatasetScan
Represents server-side information on how to scan a collection of datasets
for catalog generation.
|
Modifier and Type | Field and Description |
---|---|
protected InvDatasetImpl |
InvDatasetFeatureCollection.State.top |
protected InvDatasetImpl |
InvCatalog.topDataset |
Modifier and Type | Method and Description |
---|---|
InvDatasetImpl |
InvDataset.findDatasetByName(String name)
Find an immediate child dataset by its name.
|
InvDatasetImpl |
InvCatalogRef.findDatasetByName(String p0) |
InvDatasetImpl |
InvDatasetImplProxy.findDatasetByName(String p0) |
InvDatasetImpl |
InvCatalog.getDataset()
Deprecated.
use getDatasets()
|
InvDatasetImpl |
InvCatalogRef.getProxyDataset()
This triggers a read of the referenced catalog the first time its called.
|
Modifier and Type | Method and Description |
---|---|
void |
InvDatasetImpl.addDataset(int index,
InvDatasetImpl ds)
Add a nested dataset at the location indicated by index.
|
void |
InvCatalogImpl.addDataset(InvDatasetImpl ds)
Add Dataset (1.0)
|
void |
InvDatasetImpl.addDataset(InvDatasetImpl ds)
Add a nested dataset.
|
void |
InvDatasetImplProxy.addDataset(InvDatasetImpl p0) |
void |
InvCatalogImpl.addDatasetByID(InvDatasetImpl ds)
Add Dataset to internal hash.
|
protected void |
InvDatasetFcGrib.addFileDatasets(InvCatalogImpl parentCatalog,
InvDatasetImpl parent,
GribCollectionImmutable fromGc) |
static InvDatasetFeatureCollection |
InvDatasetFeatureCollection.factory(InvDatasetImpl parent,
FeatureCollectionConfig config) |
boolean |
InvCatalogImpl.removeDataset(InvDatasetImpl ds)
Remove the given dataset from this catalog if it is a direct child of this catalog.
|
boolean |
InvDatasetImpl.removeDataset(InvDatasetImpl ds)
Remove the given dataset element from this dataset if it is in the dataset.
|
boolean |
InvDatasetImplProxy.removeDataset(InvDatasetImpl p0) |
void |
InvCatalogImpl.removeDatasetByID(InvDatasetImpl ds)
Find the dataset in this catalog by its ID.
|
boolean |
InvCatalogImpl.replaceDataset(InvDatasetImpl remove,
InvDatasetImpl add)
Replace the given dataset if it is a nested dataset.
|
boolean |
InvDatasetImpl.replaceDataset(InvDatasetImpl remove,
InvDatasetImpl add)
Replace the given dataset if it is a nesetd dataset.
|
void |
InvCatalogImpl.setDataset(InvDatasetImpl ds)
Deprecated.
Use addDataset() instead; datamodel now allows multiple top level datasets.
|
void |
InvDatasetImpl.setParent(InvDatasetImpl parent)
Set the parent dataset.
|
void |
InvDatasetImplProxy.setParent(InvDatasetImpl p0) |
void |
InvDatasetImpl.transferMetadata(InvDatasetImpl fromDs,
boolean copyInheritedMetadataFromParents)
Transfer all inheritable metadata from fromDs to the local metadata of this dataset.
|
static void |
InvDatasetImpl.writeHtmlDescription(StringBuilder buff,
InvDatasetImpl ds,
boolean complete,
boolean isServer,
boolean datasetEvents,
boolean catrefEvents)
|
static void |
InvDatasetImpl.writeHtmlDescription(StringBuilder buff,
InvDatasetImpl ds,
boolean complete,
boolean isServer,
boolean datasetEvents,
boolean catrefEvents,
boolean resolveRelativeUrls)
Write an Html representation of the given dataset.
|
Constructor and Description |
---|
InvCatalogRef(InvDatasetImpl parent,
String name,
String href)
Constructor.
|
InvCatalogRef(InvDatasetImpl parent,
String name,
String href,
Boolean useRemoteCatalogService)
Constructor.
|
InvDatasetFcGrib(InvDatasetImpl parent,
FeatureCollectionConfig config) |
InvDatasetFeatureCollection(InvDatasetImpl parent,
FeatureCollectionConfig config) |
InvDatasetImpl(InvDatasetImpl from)
copy constructor
|
InvDatasetImpl(InvDatasetImpl parent,
String name,
FeatureType dataType,
String serviceName,
String urlPath)
Constructor from Catalog XML info.
|
InvDatasetImplProxy(String aliasName,
InvDatasetImpl proxy) |
InvDatasetScan(InvCatalogImpl catalog,
InvDatasetImpl parent,
String name,
String path,
String scanLocation,
CrawlableDatasetFilter filter,
boolean addDatasetSize,
String addLatest,
boolean sortOrderIncreasing,
String datasetNameMatchPattern,
String startTimeSubstitutionPattern,
String duration)
Constructor.
|
InvDatasetScan(InvCatalogImpl catalog,
InvDatasetImpl parent,
String name,
String path,
String scanLocation,
String filter,
boolean addDatasetSize,
String addLatest,
boolean sortOrderIncreasing,
String datasetNameMatchPattern,
String startTimeSubstitutionPattern,
String duration)
Constructor.
|
InvDatasetScan(InvDatasetImpl parent,
String name,
String path,
String scanLocation,
String id,
InvDatasetScan from) |
InvDatasetScan(InvDatasetImpl parent,
String name,
String path,
String scanLocation,
String configClassName,
Object configObj,
CrawlableDatasetFilter filter,
CrawlableDatasetLabeler identifier,
CrawlableDatasetLabeler namer,
boolean addDatasetSize,
CrawlableDatasetSorter sorter,
Map<String,ProxyDatasetHandler> proxyDatasetHandlers,
List<DatasetEnhancer> childEnhancerList,
CatalogRefExpander catalogRefExpander) |
Modifier and Type | Method and Description |
---|---|
protected InvDatasetImpl |
InvCatalogFactory10.readDataset(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom2.Element dsElem,
URI base) |
protected InvDatasetImpl |
InvCatalogFactory10.readFeatureCollection(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom2.Element dsElem,
URI base) |
Modifier and Type | Method and Description |
---|---|
protected InvAccessImpl |
InvCatalogFactory10.readAccess(InvDatasetImpl dataset,
org.jdom2.Element accessElem) |
protected InvCatalogRef |
InvCatalogFactory10.readCatalogRef(InvCatalogImpl cat,
InvDatasetImpl parent,
org.jdom2.Element catRefElem,
URI baseURI) |
protected InvDatasetImpl |
InvCatalogFactory10.readDataset(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom2.Element dsElem,
URI base) |
protected void |
InvCatalogFactory10.readDatasetInfo(InvCatalogImpl catalog,
InvDatasetImpl dataset,
org.jdom2.Element dsElem,
URI base) |
protected InvDatasetScan |
InvCatalogFactory10.readDatasetScan(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom2.Element dsElem,
URI base) |
protected InvDatasetScan |
InvCatalogFactory10.readDatasetScanNew(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom2.Element dsElem,
URI base) |
protected InvDatasetImpl |
InvCatalogFactory10.readFeatureCollection(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom2.Element dsElem,
URI base) |
protected InvMetadata |
InvCatalogFactory10.readMetadata(InvCatalog catalog,
InvDatasetImpl dataset,
org.jdom2.Element mdataElement) |
protected void |
InvCatalogFactory10.readThreddsMetadata(InvCatalog catalog,
InvDatasetImpl dataset,
org.jdom2.Element parent,
ThreddsMetadata tmg) |
Modifier and Type | Method and Description |
---|---|
void |
CollectionLevelScanner.setTopLevelMetadataContainer(InvDatasetImpl topLevelMetadataContainer)
Set the InvDatasetImpl that contains the metadata for the top level dataset.
|
Constructor and Description |
---|
CatGenAndWrite(String collectionId,
String collectionTitle,
String collectionUrlId,
InvService service,
CrawlableDataset collectionCrDs,
CrawlableDataset topCatCrDs,
CrawlableDatasetFilter filter,
InvDatasetImpl topLevelMetadataContainer,
File catWriteDir) |
StandardCatalogBuilder(String collectionPath,
String collectionName,
CrawlableDataset collectionCrDs,
CrawlableDatasetFilter filter,
InvService service,
String collectionId,
CrawlableDatasetLabeler identifier,
CrawlableDatasetLabeler namer,
boolean doAddDatasetSize,
CrawlableDatasetSorter sorter,
Map proxyDatasetHandlers,
List childEnhancerList,
InvDatasetImpl topLevelMetadataContainer,
CatalogRefExpander catalogRefExpander) |
Modifier and Type | Method and Description |
---|---|
boolean |
DatasetNamer.nameDataset(InvDatasetImpl dataset)
Try to name the given dataset.
|
Modifier and Type | Method and Description |
---|---|
static ThreddsMetadata.GeospatialCoverage |
MetadataExtractor.extractGeospatial(InvDatasetImpl threddsDataset)
Extract the lat/lon/alt bounding boxes from the dataset.
|
static ThreddsMetadata.Variables |
MetadataExtractor.extractVariables(InvDatasetImpl threddsDataset)
Extract a list of data variables (and their canonical names if possible) from the dataset.
|
static ThreddsMetadata.Variables |
MetadataExtractor.extractVariables(InvDatasetImpl threddsDataset,
GridDataset gridDataset) |
Constructor and Description |
---|
MetadataExtractorAcdd(Map<String,Attribute> ncfile,
InvDatasetImpl ds,
ThreddsMetadata tmi) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.