public class CatalogRef extends Dataset
Access, Alias, Authority, CollectionType, Contributors, Creators, DataFormatType, Datasets, DataSize, Dates, Documentation, FeatureType, GeospatialCoverage, Harvest, Id, Keywords, listFlds, MetadataOther, Ncml, NotAThreddsDataset, Projects, Properties, Publishers, RestrictAccess, ServiceName, ThreddsMetadataInheritable, TimeCoverage, UrlPath, UseRemoteCatalogService, VariableGroups, VariableMapLinkURI
Constructor and Description |
---|
CatalogRef(DatasetNode parent,
java.lang.String name,
java.lang.String xlink,
java.util.Map<java.lang.String,java.lang.Object> flds,
java.util.List<AccessBuilder> accessBuilders,
java.util.List<DatasetBuilder> datasetBuilders) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Dataset> |
getDatasets()
Get top level datasets contained in this catalog, or if its a catref,
get the datasets in the referenced catalog only if already read in.
|
java.util.List<Dataset> |
getDatasetsLogical()
Get top level datasets logically contained in this catalog.
|
java.net.URI |
getURI() |
java.lang.String |
getXlinkHref() |
boolean |
hasNestedDatasets() |
boolean |
isRead()
Deprecated.
|
ucar.nc2.util.Optional<DatasetNode> |
readCatref() |
void |
setRead(boolean isRead)
Deprecated.
|
java.lang.Boolean |
useRemoteCatalogService() |
findAccess, findProperty, getAccess, getAccess, getAuthority, getCatalogUrl, getCollectionType, getContributors, getCreators, getDataFormatName, getDataFormatType, getDataSize, getDates, getDocumentation, getDocumentation, getFeatureType, getFeatureTypeName, getGeospatialCoverage, getHistory, getId, getID, getIdOrPath, getKeywords, getLastModifiedDate, getLocalField, getMetadata, getMetadataOther, getNcmlElement, getProcessing, getProjects, getProperties, getPublishers, getRestrictAccess, getRights, getServiceDefault, getServiceNameDefault, getSummary, getTimeCoverage, getUrlPath, getVariableMapLink, getVariables, hasAccess, hasDataSize, hasProperty, hasProperty, isDatasetScan, isHarvest, makeStandalone
findDatasetByName, get, getDatasetsLocal, getFldIterator, getLocalFieldAsList, getName, getParent, getParentCatalog, getParentDataset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocalFieldAsList
public CatalogRef(DatasetNode parent, java.lang.String name, java.lang.String xlink, java.util.Map<java.lang.String,java.lang.Object> flds, java.util.List<AccessBuilder> accessBuilders, java.util.List<DatasetBuilder> datasetBuilders)
public java.util.List<Dataset> getDatasets()
DatasetNode
getDatasets
in class DatasetNode
public java.util.List<Dataset> getDatasetsLogical()
DatasetNode
getDatasetsLogical
in class DatasetNode
public java.net.URI getURI()
public java.lang.String getXlinkHref()
public boolean hasNestedDatasets()
hasNestedDatasets
in class DatasetNode
@Deprecated public boolean isRead()
public ucar.nc2.util.Optional<DatasetNode> readCatref()
@Deprecated public void setRead(boolean isRead)
public java.lang.Boolean useRemoteCatalogService()