|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.geoloc.vertical.VerticalTransformImpl
ucar.unidata.geoloc.vertical.VTfromExistingData
public class VTfromExistingData
This implements a VerticalTransform using an existing 3D variable. This is a common case when the 3D pressure or height field is stored in the file.
| Field Summary | |
|---|---|
static java.lang.String |
existingDataField
The name of the Parameter whose value is the variable that contains the 2D Height or Pressure field |
| Fields inherited from class ucar.unidata.geoloc.vertical.VerticalTransformImpl |
|---|
units |
| Constructor Summary | |
|---|---|
VTfromExistingData(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
Constructor. |
|
| Method Summary | |
|---|---|
ArrayDouble.D3 |
getCoordinateArray(int timeIndex)
_more_ |
| Methods inherited from class ucar.unidata.geoloc.vertical.VerticalTransformImpl |
|---|
getTimeDimension, getUnitString, isTimeDependent, readArray, subset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String existingDataField
| Constructor Detail |
|---|
public VTfromExistingData(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
ds - _more_timeDim - _more_vCT - _more_| Method Detail |
|---|
public ArrayDouble.D3 getCoordinateArray(int timeIndex)
throws java.io.IOException,
InvalidRangeException
getCoordinateArray in interface VerticalTransformgetCoordinateArray in class VerticalTransformImpltimeIndex - _more_
java.io.IOException - _more_
InvalidRangeException - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||