visad.data.vis5d
Class Vis5DVerticalSystem
java.lang.Object
visad.data.vis5d.Vis5DVerticalSystem
public class Vis5DVerticalSystem
- extends Object
Class for encapsulating the Vis5D vertical system as VisAD
MathTypes and Data objects
Constructor Summary |
Vis5DVerticalSystem(int vert_sys,
int n_levels,
double[] vert_args)
Construct the VisAD MathTypes and Data objects that relate
to the Vis5D vertical system parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Vis5DVerticalSystem
public Vis5DVerticalSystem(int vert_sys,
int n_levels,
double[] vert_args)
throws VisADException
- Construct the VisAD MathTypes and Data objects that relate
to the Vis5D vertical system parameters.
- Parameters:
vert_sys
- Vis5D vertical Systemn_levels
- number of levels in vert_argsvert_args
- array of vertical level values
- Throws:
VisADException
- unknown vert_sys or problem creating VisAD
objects.- See Also:
for explanation of vertical
coordinates.