ucar.nc2.dataset
Class VerticalCT.Type

java.lang.Object
  extended by ucar.nc2.dataset.VerticalCT.Type
Enclosing class:
VerticalCT

public static class VerticalCT.Type
extends java.lang.Object

Enumeration of known Vertical transformations.


Field Summary
static VerticalCT.Type Existing3DField
           
static VerticalCT.Type HybridHeight
           
static VerticalCT.Type HybridSigmaPressure
           
static VerticalCT.Type OceanS
           
static VerticalCT.Type OceanSG1
           
static VerticalCT.Type OceanSG2
           
static VerticalCT.Type OceanSigma
           
static VerticalCT.Type OceanSigmaZ
           
static VerticalCT.Type Sigma
           
static VerticalCT.Type Sleve
           
static VerticalCT.Type WRFEta
           
 
Constructor Summary
VerticalCT.Type(java.lang.String s)
          Constructor
 
Method Summary
static VerticalCT.Type getType(java.lang.String name)
          Find the VerticalCT.Type that matches this name.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Sigma

public static final VerticalCT.Type Sigma

HybridSigmaPressure

public static final VerticalCT.Type HybridSigmaPressure

HybridHeight

public static final VerticalCT.Type HybridHeight

Sleve

public static final VerticalCT.Type Sleve

OceanSigma

public static final VerticalCT.Type OceanSigma

OceanS

public static final VerticalCT.Type OceanS

OceanSigmaZ

public static final VerticalCT.Type OceanSigmaZ

Existing3DField

public static final VerticalCT.Type Existing3DField

WRFEta

public static final VerticalCT.Type WRFEta

OceanSG1

public static final VerticalCT.Type OceanSG1

OceanSG2

public static final VerticalCT.Type OceanSG2
Constructor Detail

VerticalCT.Type

public VerticalCT.Type(java.lang.String s)
Constructor

Parameters:
s - name of Type
Method Detail

getType

public static VerticalCT.Type getType(java.lang.String name)
Find the VerticalCT.Type that matches this name.

Parameters:
name - find this name
Returns:
VerticalCT.Type or null if no match.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object