public class InvDatasetFmrc extends InvCatalogRef
Modifier and Type | Class and Description |
---|---|
class |
InvDatasetFmrc.InventoryParams
Deprecated.
|
log, mark, ncmlElement, tm, tmi, tmi6
access, authorityName, collectionType, contributors, creators, dataFormatType, datasets, dataType, dates, defaultService, docs, gc, harvest, id, keywords, metadata, name, parent, projects, properties, publishers, restrictAccess, services, tc, variableMapLink, variables
Constructor and Description |
---|
InvDatasetFmrc(InvDatasetImpl parent,
String name,
String path,
boolean runsOnly)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NetcdfDataset |
getDataset(String path)
Deprecated.
Get the dataset named by the path
|
List<InvDataset> |
getDatasets()
Deprecated.
Get a list of all the nested datasets.
|
File |
getFile(String remaining)
Deprecated.
|
InvDatasetFmrc.InventoryParams |
getFmrcInventoryParams()
Deprecated.
|
String |
getPath()
Deprecated.
|
InvDatasetScan |
getRawFileScan()
Deprecated.
|
boolean |
hasAccess()
Deprecated.
If this dataset has access elements.
|
boolean |
hasNestedDatasets()
Deprecated.
If this dataset has nested datasets.
|
boolean |
isRunsOnly()
Deprecated.
|
InvCatalogImpl |
makeCatalog(String match,
String orgPath,
URI baseURI)
Deprecated.
Create the FMRC catalog, or one of its nested catalogs.
|
void |
setFmrcInventoryParams(String location,
String def,
String suffix,
String olderThanS,
String subdirs)
Deprecated.
|
equals, findDatasetByName, findProperty, findService, finish, getAccess, getAccess, getAlias, getAuthority, getCalendarDateCoverage, getCollectionType, getContributors, getCreators, getDataFormatType, getDataType, getDates, getDocumentation, getDocumentation, getFullName, getGeospatialCoverage, getID, getKeywords, getMark, getMetadata, getMetadata, getName, getParent, getProjects, getProperties, getProxyDataset, getPublishers, getServiceDefault, getUniqueID, getURI, getUrlPath, getUserProperty, getVariableMapLink, getVariables, getXlinkHref, hashCode, isHarvest, isRead, readAsynch, release, setXlinkHref
addAccess, addAccess, addDataset, addDataset, addDocumentation, addProperty, addService, canonicalize, dump, getAccessLocal, getDataSize, getLastModifiedDate, getLocalMetadata, getLocalMetadataInheritable, getNcmlElement, getParentReal, getServiceName, getServicesLocal, main, removeDataset, removeLocalMetadata, removeService, replaceDataset, resolve, setAlias, setAuthority, setCatalog, setCollectionType, setContributors, setDataFormatType, setDataSize, setDataType, setGeospatialCoverage, setHarvest, setID, setKeywords, setLastModifiedDate, setLastModifiedDate, setLocalMetadata, setMark, setName, setNcmlElement, setParent, setProjects, setPublishers, setResourceControl, setServiceName, setServicesLocal, setTimeCoverage, setTimeCoverage, setUrlPath, setUserProperty, toString, transferMetadata, writeHtmlDescription, writeHtmlDescription
findAccess, getCatalogUrl, getHistory, getParentCatalog, getProcessing, getRestrictAccess, getRights, getSubsetUrl, getSummary, getTimeCoverage, getVariables
public InvDatasetFmrc(InvDatasetImpl parent, String name, String path, boolean runsOnly)
public String getPath()
public boolean isRunsOnly()
public InvDatasetScan getRawFileScan()
public InvDatasetFmrc.InventoryParams getFmrcInventoryParams()
public void setFmrcInventoryParams(String location, String def, String suffix, String olderThanS, String subdirs)
public boolean hasAccess()
InvDataset
hasAccess
in class InvCatalogRef
public boolean hasNestedDatasets()
InvDataset
hasNestedDatasets
in class InvCatalogRef
public InvCatalogImpl makeCatalog(String match, String orgPath, URI baseURI)
match
- which catalog: one of null, RUNS, OFFSET, FORECAST, or SCANorgPath
- the path for the requested catalog.baseURI
- the base URI for the catalog, used to resolve relative URLs.public List<InvDataset> getDatasets()
InvCatalogRef
getDatasets
in class InvCatalogRef
public NetcdfDataset getDataset(String path) throws IOException
path
- URL pathIOException
- if read errorCopyright © 1999–2013 UCAR/Unidata. All rights reserved.