public class F2000Form extends Form implements FormFileInformer
| Constructor and Description |
|---|
F2000Form() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String id,
Data data,
boolean replace)
Add data to an existing data object.
|
String[] |
getDefaultSuffixes()
Get default suffixes for files/URLs handeled by this form.
|
FormNode |
getForms(Data data)
Return the data forms that are compatible with a data object.
|
double |
getXMax() |
double |
getXMin() |
double |
getYMax() |
double |
getYMin() |
double |
getZMax() |
double |
getZMin() |
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.
|
DataImpl |
open(String id)
Open an existing data object.
|
DataImpl |
open(URL url)
Open a data object specified as a URL.
|
void |
save(String id,
Data data,
boolean replace)
Save a VisAD data object in this form.
|
getMathTypepublic void add(String id, Data data, boolean replace) throws BadFormException
FormNodeadd in class FormNodeBadFormExceptionpublic String[] getDefaultSuffixes()
FormFileInformergetDefaultSuffixes in interface FormFileInformerpublic FormNode getForms(Data data)
FormNodepublic final double getXMax()
public final double getXMin()
public final double getYMax()
public final double getYMin()
public final double getZMax()
public final double getZMin()
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 DataImpl open(String id) throws BadFormException, IOException, VisADException
FormNodeopen in class FormNodeBadFormExceptionIOExceptionVisADExceptionpublic DataImpl open(URL url) throws BadFormException, VisADException, IOException
FormNodeopen in class FormNodeBadFormExceptionVisADExceptionIOExceptionpublic void save(String id, Data data, boolean replace) throws BadFormException, IOException, RemoteException, VisADException
FormNodesave in class FormNodeBadFormExceptionIOExceptionRemoteExceptionVisADExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.