public abstract class Hdfeos extends Form implements FormFileInformer
| Modifier and Type | Method and Description |
|---|---|
String[] |
getDefaultSuffixes()
Get default suffixes for files/URLs handeled by this form.
|
boolean |
isThisType(byte[] block)
Check to see if the block contains the magic number for this form.
|
boolean |
isThisType(String name)
Check to see if the file name might be right for this form.
|
abstract DataImpl |
open(String file_path)
Open an existing data object.
|
getMathTypepublic Hdfeos(String name)
public boolean isThisType(String name)
FormFileInformerisThisType in interface FormFileInformername - name of the filepublic boolean isThisType(byte[] block)
FormFileInformerisThisType in interface FormFileInformerblock - block of bytes from filepublic String[] getDefaultSuffixes()
FormFileInformergetDefaultSuffixes in interface FormFileInformerpublic abstract DataImpl open(String file_path) throws BadFormException, IOException, VisADException
FormNodeopen in class FormNodeBadFormExceptionIOExceptionVisADExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.