|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataReader
MetadataReader is the VisAD interface for reading in a file's associated metadata (other than pixel data).
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object getMetadataValue(String id, String field) throws BadFormException, IOException, VisADException
field
- the name associated with the metadata field
BadFormException
IOException
VisADException
Hashtable getMetadata(String id) throws BadFormException, IOException, VisADException
id
- the filename
BadFormException
IOException
VisADException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |