/** * Constructs from a MathType for the range. * * @param rangeType The MathType of the range. * @throws VisADException Couldn't create necessary VisAD object. */ protected AirTemperatureProfile(MathType rangeType) throws VisADException { super(AirPressure.getRealTupleType(), rangeType); }
/** * Constructs from a MathType for the domain. * * @throws VisADException Couldn't create necessary VisAD object. */ protected PolarHorizontalWindOfPressure() throws VisADException { super(AirPressure.getRealTupleType()); }