|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvCatalog | |
|---|---|
| thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
| thredds.catalog.dl | |
| thredds.catalog.parser.jdom | |
| thredds.cataloggen | |
| thredds.cataloggen.config | |
| Uses of InvCatalog in thredds.catalog |
|---|
| Subclasses of InvCatalog in thredds.catalog | |
|---|---|
class |
InvCatalogImpl
Concrete implementation of a Thredds catalog object. |
| Fields in thredds.catalog declared as InvCatalog | |
|---|---|
protected InvCatalog |
InvDataset.catalog
|
| Methods in thredds.catalog that return InvCatalog | |
|---|---|
InvCatalog |
InvDatasetImplProxy.getParentCatalog()
|
InvCatalog |
InvDataset.getParentCatalog()
Get containing catalog. |
InvCatalog |
InvDatasetScan.makeLatestCatalogForDirectory(java.lang.String orgPath,
java.net.URI baseURI)
Deprecated. Instead use makeProxyDsResolver() which provides more general proxy dataset handling. |
| Methods in thredds.catalog with parameters of type InvCatalog | |
|---|---|
void |
InvDatasetImplProxy.setCatalog(InvCatalog p0)
|
void |
InvDatasetImpl.setCatalog(InvCatalog catalog)
Set the containing catalog; use only for top level dataset. |
| Uses of InvCatalog in thredds.catalog.dl |
|---|
| Constructors in thredds.catalog.dl with parameters of type InvCatalog | |
|---|---|
DCWriter(InvCatalog cat)
|
|
| Uses of InvCatalog in thredds.catalog.parser.jdom |
|---|
| Methods in thredds.catalog.parser.jdom with parameters of type InvCatalog | |
|---|---|
protected InvDocumentation |
InvCatalogFactory10.readDocumentation(InvCatalog cat,
org.jdom.Element s)
|
protected InvMetadata |
InvCatalogFactory10.readMetadata(InvCatalog catalog,
InvDatasetImpl dataset,
org.jdom.Element mdataElement)
|
protected void |
InvCatalogFactory10.readThreddsMetadata(InvCatalog catalog,
InvDatasetImpl dataset,
org.jdom.Element parent,
ThreddsMetadata tmg)
|
protected ThreddsMetadata.Variables |
InvCatalogFactory10.readVariables(InvCatalog cat,
InvDataset ds,
org.jdom.Element varsElem)
|
| Uses of InvCatalog in thredds.cataloggen |
|---|
| Methods in thredds.cataloggen that return InvCatalog | |
|---|---|
InvCatalog |
CatalogGen.expand()
Expand the catalog. |
InvCatalog |
DirectoryScanner.getDirCatalog(CrawlableDataset catalogCrDs,
java.lang.String filterPattern,
boolean sortInIncreasingOrder,
java.lang.String addIdBase,
boolean addDatasetSize,
java.lang.String dsNameMatchPattern,
java.lang.String startTimeSubstitutionPattern,
java.lang.String duration)
|
InvCatalog |
DirectoryScanner.getDirCatalog(java.io.File directory,
java.lang.String filterPattern,
boolean sortInIncreasingOrder,
boolean addDatasetSize)
Return a catalog for the given directory. |
InvCatalog |
DirectoryScanner.getDirCatalog(java.io.File directory,
java.lang.String filterPattern,
boolean sortInIncreasingOrder,
java.lang.String addIdBase,
boolean addDatasetSize,
java.lang.String dsNameMatchPattern,
java.lang.String startTimeSubstitutionPattern,
java.lang.String duration)
|
| Uses of InvCatalog in thredds.cataloggen.config |
|---|
| Fields in thredds.cataloggen.config declared as InvCatalog | |
|---|---|
protected InvCatalog |
DatasetSource.resultingCatalog
The catalog that results from expanding this DatasetSource. |
| Methods in thredds.cataloggen.config that return InvCatalog | |
|---|---|
protected InvCatalog |
LocalDatasetSource.createSkeletonCatalog(java.lang.String prefixUrlPath)
Build an unnamed InvCatalog for this DatasetSource and return the top-level InvDataset. |
protected InvCatalog |
GrADSDataServerDatasetSource.createSkeletonCatalog(java.lang.String prefixUrlPath)
|
protected InvCatalog |
DodsFileServerDatasetSource.createSkeletonCatalog(java.lang.String prefixUrlPath)
|
protected InvCatalog |
DodsDirDatasetSource.createSkeletonCatalog(java.lang.String prefixUrlPath)
Build an unnamed InvCatalog for this DatasetSource and return the top-level InvDataset. |
protected abstract InvCatalog |
DatasetSource.createSkeletonCatalog(java.lang.String prefixUrlPath)
Return a skeleton InvCatalog for this DatasetSource. |
InvCatalog |
DatasetSource.fullExpand()
Crawl this DatasetSource and generate a new InvCatalog with all datasets named, sorted, and organized as defined by this DatasetSource, return the newly generated InvCatalog. |
InvCatalog |
DatasetSource.getResultingCatalog()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||