|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VerticalTransform
A transformation to a vertical reference coordinate system, such as height or pressure.
Method Summary | |
---|---|
ArrayDouble.D3 |
getCoordinateArray(int timeIndex)
Get the 3D vertical coordinate array for this time step. |
String |
getUnitString()
Get the unit string for the vertical coordinate. |
boolean |
isTimeDependent()
Get whether this coordinate is time dependent. |
VerticalTransform |
subset(Range t_range,
Range z_range,
Range y_range,
Range x_range)
Create a VerticalTransform as a section of an existing VerticalTransform. |
Method Detail |
---|
ArrayDouble.D3 getCoordinateArray(int timeIndex) throws IOException, InvalidRangeException
timeIndex
- the time index. Ignored if !isTimeDependent().
IOException
- problem reading the data
InvalidRangeException
- timeIndex out of boundsString getUnitString()
boolean isTimeDependent()
VerticalTransform subset(Range t_range, Range z_range, Range y_range, Range x_range) throws InvalidRangeException
t_range
- subset the time dimension, or null if you want all of itz_range
- subset the vertical dimension, or null if you want all of ity_range
- subset the y dimension, or null if you want all of itx_range
- subset the x dimension, or null if you want all of it
InvalidRangeException
- if any Range is incompatible with the existing VerticalTransform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |