Package ucar.nc2.dt
Class RadialDatasetSweep.Type
- java.lang.Object
-
- ucar.nc2.dt.RadialDatasetSweep.Type
-
- Enclosing interface:
- RadialDatasetSweep
public static final class RadialDatasetSweep.Type extends Object
A Type of RadialSweep.
-
-
Field Summary
Fields Modifier and Type Field Description static RadialDatasetSweep.Type
NONE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Collection
getAllTypes()
static RadialDatasetSweep.Type
getType(String name)
Find the DataType that matches this name, ignore case.String
toString()
-
-
-
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.
-
-