public abstract class DataVisitor extends Object
| Constructor and Description |
|---|
DataVisitor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(FlatField field)
Visit a VisAD FlatField.
|
boolean |
visit(TupleIface tuple)
Visit a VisAD Tuple.
|
public boolean visit(TupleIface tuple) throws BadFormException, VisADException, RemoteException
tuple - The VisAD Tuple being visited.BadFormException - The Tuple doesn't fit the data model
used by the visitor.VisADException - Core VisAD problem (probably couldn't
create a VisAD object).RemoteExceptionDataNodepublic boolean visit(FlatField field) throws BadFormException, VisADException, RemoteException
field - The VisAD FlatField being visited.BadFormException - The Tuple doesn't fit the data model
used by the visitor.VisADException - Core VisAD problem (probably couldn't
create a VisAD object).RemoteExceptionDataNodeCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.