ucar.nc2.dataset
Class TransformType
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Projection
public static final TransformType Projection
Vertical
public static final TransformType Vertical
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.