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.
|
getMathType
public Hdfeos(String name)
public boolean isThisType(String name)
FormFileInformer
isThisType
in interface FormFileInformer
name
- name of the filepublic boolean isThisType(byte[] block)
FormFileInformer
isThisType
in interface FormFileInformer
block
- block of bytes from filepublic String[] getDefaultSuffixes()
FormFileInformer
getDefaultSuffixes
in interface FormFileInformer
public abstract DataImpl open(String file_path) throws BadFormException, IOException, VisADException
FormNode
open
in class FormNode
BadFormException
IOException
VisADException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.