Uses of Class
ucar.unidata.view.sounding.SkewTCoordinateSystem

Packages that use SkewTCoordinateSystem
ucar.unidata.view.sounding Provides support for aerological diagrams. 
 

Uses of SkewTCoordinateSystem in ucar.unidata.view.sounding
 

Methods in ucar.unidata.view.sounding that return SkewTCoordinateSystem
static SkewTCoordinateSystem SkewTCoordinateSystem.instance()
          Factory method for obtaining an instance.
static SkewTCoordinateSystem SkewTCoordinateSystem.instance(RealTupleType referenceTupleType)
          Factory method for obtaining an instance.
static SkewTCoordinateSystem SkewTCoordinateSystem.instance(RealTupleType referenceTupleType, Real minimumPressure, Real maximumPressure, Real minimumTemperature, Real maximumTemperature, Real isothermTangent, Real temperaturePerLogPressure, Unit pressureUnit, Unit temperatureUnit, Real minimumX, Real maximumX, Real minimumY, Real maximumY)
          Factory method for obtaining an instance.
 

Constructors in ucar.unidata.view.sounding with parameters of type SkewTCoordinateSystem
SkewTDisplay(SkewTCoordinateSystem coordinateSystem)
          Constructs from a Skew-T coordinate-system transformation.