|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.geoloc.vertical.VerticalTransformImpl
public abstract class VerticalTransformImpl
A transformation to a vertical reference coordinate system, such as height or pressure.
| Constructor Summary | |
|---|---|
VerticalTransformImpl(Dimension timeDim)
Construct a VerticalCoordinate |
|
| Method Summary | |
|---|---|
abstract ArrayDouble.D3 |
getCoordinateArray(int timeIndex)
Get the 3D vertical coordinate array for this time step. |
java.lang.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 subset of this VerticalTransform. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VerticalTransformImpl(Dimension timeDim)
timeDim - time dimension| Method Detail |
|---|
public abstract ArrayDouble.D3 getCoordinateArray(int timeIndex)
throws java.io.IOException,
InvalidRangeException
getCoordinateArray in interface VerticalTransformtimeIndex - the time index. Ignored if !isTimeDependent().
InvalidRangeException - _more_
java.io.IOException - problem reading the datapublic java.lang.String getUnitString()
getUnitString in interface VerticalTransformpublic boolean isTimeDependent()
isTimeDependent in interface VerticalTransform
public VerticalTransform subset(Range t_range,
Range z_range,
Range y_range,
Range x_range)
throws InvalidRangeException
subset in interface VerticalTransformt_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 of the range parameters are illegal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||