public class GrADSDataServerDatasetSource extends DatasetSource
accessPointDataset, addDatasetSize, catalogRefInfoList, createCatalogRefs, datasetEnhancerList, datasetFilterList, datasetNamerList, datasetSorter, isValid, msgLog, resultingCatalog, type| Constructor and Description |
|---|
GrADSDataServerDatasetSource() |
| Modifier and Type | Method and Description |
|---|---|
protected InvDataset |
createDataset(java.lang.String datasetLocation,
java.lang.String prefixUrlPath)
Creates an InvDataset to represent the dataset at the given location
on this DatasetSource.
|
protected InvCatalog |
createSkeletonCatalog(java.lang.String prefixUrlPath)
Return a skeleton InvCatalog for this DatasetSource.
|
protected java.util.List |
expandThisLevel(InvDataset collectionDataset,
java.lang.String prefixUrlPath)
Return a list of the InvDatasets contained in the given collection dataset
on this DatasetSource.
|
protected boolean |
isCollection(InvDataset dataset)
Return true if the given dataset is a collection dataset, false otherwise.
|
addDatasetEnhancer, addDatasetFilter, addDatasetNamer, equals, expand, expand, fullExpand, getAccessPoint, getCatalogRefInfoList, getDatasetEnhancerList, getDatasetFilterList, getDatasetNamerList, getDatasetSorter, getName, getPrefixUrlPath, getResultingCatalog, getResultService, getStructure, getType, hashCode, isAddDatasetSize, isCreateCatalogRefs, isFlatten, newDatasetSource, setAccessPoint, setAddDatasetSize, setCreateCatalogRefs, setDatasetSorter, setName, setPrefixUrlPath, setResultService, setStructure, toString, validateprotected InvDataset createDataset(java.lang.String datasetLocation, java.lang.String prefixUrlPath)
DatasetSourcecreateDataset in class DatasetSourcedatasetLocation - a String indicating the location of a dataset.prefixUrlPath - a path name to be prefixed on the urlPathprotected InvCatalog createSkeletonCatalog(java.lang.String prefixUrlPath)
DatasetSourcecreateSkeletonCatalog in class DatasetSourceprotected boolean isCollection(InvDataset dataset)
DatasetSourceisCollection in class DatasetSourcedataset - - the InvDataset to test for being a collection dataset.protected java.util.List expandThisLevel(InvDataset collectionDataset, java.lang.String prefixUrlPath)
DatasetSourceexpandThisLevel in class DatasetSourcecollectionDataset - - the collection dataset to be expanded.