ucar.nc2.dataset
Class TransformType

java.lang.Object
  extended by ucar.nc2.dataset.TransformType

public class TransformType
extends java.lang.Object

Type-safe enumeration of netCDF Dataset TransformType.

Version:
$Revision:51 $ $Date:2006-07-12 17:13:13Z $
Author:
john caron

Field Summary
static TransformType Projection
           
static TransformType Vertical
           
 
Method Summary
static TransformType getType(java.lang.String name)
          Find the AxisType that matches this name.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Projection

public static final TransformType Projection

Vertical

public static final TransformType Vertical
Method Detail

getType

public static TransformType getType(java.lang.String name)
Find the AxisType that matches this name.

Parameters:
name -
Returns:
AxisType or null if no match.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
the string name.