public interface MetadataReader
Modifier and Type | Method and Description |
---|---|
Hashtable |
getMetadata(String id)
Obtains a hashtable containing all metadata field/value pairs from
the given file.
|
Object |
getMetadataValue(String id,
String field)
Obtains the specified metadata field's value for the given file.
|
Object getMetadataValue(String id, String field) throws BadFormException, IOException, VisADException
field
- the name associated with the metadata fieldBadFormException
IOException
VisADException
Hashtable getMetadata(String id) throws BadFormException, IOException, VisADException
id
- the filenameBadFormException
IOException
VisADException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.