public interface MetadataReader
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable |
getMetadata(java.lang.String id)
Obtains a hashtable containing all metadata field/value pairs from
the given file.
|
java.lang.Object |
getMetadataValue(java.lang.String id,
java.lang.String field)
Obtains the specified metadata field's value for the given file.
|
java.lang.Object getMetadataValue(java.lang.String id,
java.lang.String field)
throws BadFormException,
java.io.IOException,
VisADException
field - the name associated with the metadata fieldBadFormExceptionjava.io.IOExceptionVisADExceptionjava.util.Hashtable getMetadata(java.lang.String id)
throws BadFormException,
java.io.IOException,
VisADException
id - the filenameBadFormExceptionjava.io.IOExceptionVisADException