ucar.nc2.dt
Class RadialDatasetSweep.Type

java.lang.Object
  extended by ucar.nc2.dt.RadialDatasetSweep.Type
Enclosing interface:
RadialDatasetSweep

public static final class RadialDatasetSweep.Type
extends Object

A Type of RadialSweep.


Field Summary
static RadialDatasetSweep.Type NONE
           
 
Method Summary
static Collection getAllTypes()
           
static RadialDatasetSweep.Type getType(String name)
          Find the DataType that matches this name, ignore case.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final RadialDatasetSweep.Type NONE
Method Detail

getAllTypes

public static Collection getAllTypes()

getType

public static RadialDatasetSweep.Type getType(String name)
Find the DataType that matches this name, ignore case.

Parameters:
name - : match this name
Returns:
DataType or null if no match.

toString

public String toString()
Overrides:
toString in class Object
Returns:
the type name.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.