|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.data.vis5d.Vis5DVerticalSystem
Class for encapsulating the Vis5D vertical system as VisAD MathTypes and Data objects
| Nested Class Summary | |
static class |
Vis5DVerticalSystem.Vis5DVerticalCoordinateSystem
Vis5DVerticalCoordinateSystem is the VisAD class for coordinate systems for transforming pressure in millibars to Altitude in m. |
| Field Summary | |
(package private) RealTupleType |
reference
Reference RealTupleType for the CoordinateSystem |
(package private) CoordinateSystem |
vert_cs
CoordinateSystem to transform to Reference values |
(package private) RealType |
vert_type
RealType of the vertical system parameter |
(package private) Unit |
vert_unit
Unit used for the vertical system |
(package private) SampledSet |
vertSet
Sampled Set of values |
| 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 |
| Field Detail |
Unit vert_unit
SampledSet vertSet
RealType vert_type
CoordinateSystem vert_cs
RealTupleType reference
| Constructor Detail |
public Vis5DVerticalSystem(int vert_sys,
int n_levels,
double[] vert_args)
throws VisADException
vert_sys - Vis5D vertical Systemn_levels - number of levels in vert_argsvert_args - array of vertical level values
VisADException - unknown vert_sys or problem creating VisAD
objects.for explanation of vertical
coordinates.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||