public class FeatureCollection
extends thredds.client.catalog.CatalogRef
Access, Alias, Authority, CollectionType, Contributors, Creators, DataFormatType, DatasetHash, DatasetRoots, Datasets, DataSize, Dates, Documentation, Expires, FeatureType, GeospatialCoverage, Harvest, Id, Keywords, MetadataOther, Ncml, Projects, Properties, Publishers, RestrictAccess, ServiceName, Services, ThreddsMetadataInheritable, TimeCoverage, UrlPath, UseRemoteCatalogService, VariableGroups, VariableMapLink, Version| Constructor and Description |
|---|
FeatureCollection(thredds.client.catalog.DatasetNode parent,
java.lang.String name,
java.lang.String xlink,
java.util.Map<java.lang.String,java.lang.Object> flds,
java.util.List<thredds.client.catalog.builder.AccessBuilder> accessBuilders,
java.util.List<thredds.client.catalog.builder.DatasetBuilder> datasetBuilders,
thredds.featurecollection.FeatureCollectionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollectionName() |
thredds.inventory.MFile |
getFileFromRequestPath(java.lang.String path) |
ucar.nc2.dt.GridDataset |
getGridDataset(java.lang.String remaining) |
ucar.nc2.NetcdfFile |
getNetcdfDataset(java.lang.String remaining) |
java.lang.String |
getPath() |
java.lang.String |
getTopDirectoryLocation() |
thredds.client.catalog.Catalog |
makeCatalog(java.lang.String match,
java.lang.String orgPath,
java.net.URI catURI) |
thredds.client.catalog.Catalog |
makeLatest(java.lang.String matchPath,
java.lang.String reqPath,
java.net.URI catURI) |
getURI, getXlinkHref, isRead, setRead, useRemoteCatalogServicefindAccess, findProperty, getAccess, getAccess, getAuthority, getCatalogUrl, getCollectionType, getContributors, getCreators, getDataFormatName, getDataFormatType, getDataSize, getDates, getDocumentation, getDocumentation, getFeatureType, getFeatureTypeName, getGeospatialCoverage, getHistory, getId, getID, getKeywords, getLastModifiedDate, getLocalField, getLocalFieldAsList, getMetadata, getMetadataOther, getNcmlElement, getProcessing, getProjects, getProperties, getPublishers, getRestrictAccess, getRights, getServiceDefault, getServiceNameDefault, getSummary, getTimeCoverage, getUrlPath, getVariableMapLink, getVariables, hasAccess, hasDataSize, isDatasetScan, isHarvestpublic FeatureCollection(thredds.client.catalog.DatasetNode parent,
java.lang.String name,
java.lang.String xlink,
java.util.Map<java.lang.String,java.lang.Object> flds,
java.util.List<thredds.client.catalog.builder.AccessBuilder> accessBuilders,
java.util.List<thredds.client.catalog.builder.DatasetBuilder> datasetBuilders,
thredds.featurecollection.FeatureCollectionConfig config)
public java.lang.String getPath()
public java.lang.String getTopDirectoryLocation()
public java.lang.String getCollectionName()
public ucar.nc2.NetcdfFile getNetcdfDataset(java.lang.String remaining)
public ucar.nc2.dt.GridDataset getGridDataset(java.lang.String remaining)
public thredds.client.catalog.Catalog makeCatalog(java.lang.String match,
java.lang.String orgPath,
java.net.URI catURI)
throws java.io.IOException
java.io.IOExceptionpublic thredds.client.catalog.Catalog makeLatest(java.lang.String matchPath,
java.lang.String reqPath,
java.net.URI catURI)
throws java.io.IOException
java.io.IOExceptionpublic thredds.inventory.MFile getFileFromRequestPath(java.lang.String path)