Package thredds.cataloggen
Interface DatasetEnhancer1.DatasetMetadataAdder
-
- All Known Implementing Classes:
DatasetEnhancer1.AddId
,DatasetEnhancer1.AddTimeCoverageModels
- Enclosing class:
- DatasetEnhancer1
public static interface DatasetEnhancer1.DatasetMetadataAdder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
addMetadata(InvDataset dataset)
Attempt to add metadata to the given dataset and return true if successful.
-
-
-
Method Detail
-
addMetadata
boolean addMetadata(InvDataset dataset)
Attempt to add metadata to the given dataset and return true if successful. Return false if this DatasetMetadataAdder does not apply to the given dataset or if otherwise unsuccessful.- Parameters:
dataset
- the dataset to enhance with metadata.- Returns:
- True if metadata added, otherwise false.
-
-