|
||||||||||
| 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(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Constructor. |
|
| Method Summary | |
|---|---|
ArrayDouble.D3 |
getCoordinateArray(int timeIndex)
Get the 3D vertical coordinate array for this time step. |
| Methods inherited from class ucar.unidata.geoloc.vertical.VerticalTransformImpl |
|---|
getParameterBooleanValue, getParameterStringValue, 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(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
ds - containing DatasettimeDim - time Dimensionparams - list of transformation Parameters| Method Detail |
|---|
public ArrayDouble.D3 getCoordinateArray(int timeIndex)
throws java.io.IOException,
InvalidRangeException
VerticalTransformImpl
getCoordinateArray in interface VerticalTransformgetCoordinateArray in class VerticalTransformImpltimeIndex - the time index. Ignored if !isTimeDependent().
java.io.IOException - problem reading the data
InvalidRangeException - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||