|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.CoordinateSystem
ucar.unidata.view.sounding.AerologicalCoordinateSystem
public abstract class AerologicalCoordinateSystem
Provides support for converting between the (x,y) coordinates on a thermodynamic diagram and (pressure,temperature) coordinates.
Instances of this class are immutable.
| Constructor Summary | |
|---|---|
protected |
AerologicalCoordinateSystem(RealTupleType reference,
Unit[] units)
Constructs from a reference vector space and units. |
| Method Summary | |
|---|---|
abstract AerologicalCoordinateSystem |
createDisplayCoordinateSystem(AerologicalCoordinateSystem acs)
Create a 3D spatial coordinateSystem from the existing one. |
abstract Real |
getMaximumPressure()
Gets the maximum pressure. |
abstract Real |
getMaximumTemperature()
Gets the maximum temperature. |
abstract Real |
getMaximumX()
Gets the maximum X coordinate. |
abstract Real |
getMaximumY()
Gets the maximum Y coordinate. |
abstract Real |
getMinimumPressure()
Gets the minimum pressure. |
abstract Real |
getMinimumTemperature()
Gets the minimum temperature. |
abstract Real |
getMinimumX()
Gets the minimum X coordinate. |
abstract Real |
getMinimumY()
Gets the minimum Y coordinate. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AerologicalCoordinateSystem(RealTupleType reference,
Unit[] units)
throws VisADException
reference - The reference vector space.units - The units of this vector space.
VisADException - VisAD failure.| Method Detail |
|---|
public abstract Real getMinimumX()
public abstract Real getMaximumX()
public abstract Real getMinimumY()
public abstract Real getMaximumY()
public abstract Real getMinimumPressure()
public abstract Real getMaximumPressure()
public abstract Real getMinimumTemperature()
public abstract Real getMaximumTemperature()
public abstract AerologicalCoordinateSystem createDisplayCoordinateSystem(AerologicalCoordinateSystem acs)
throws VisADException
acs - existing coordinate system
VisADException - illegal type or unable to create CS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||