public class Grib2Utils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Grib2Utils.LatLonCoordType |
Constructor and Description |
---|
Grib2Utils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
clean(java.lang.String s) |
static java.lang.String |
cleanupHeader(byte[] raw) |
static CalendarPeriod |
getCalendarPeriod(int timeUnit) |
static Grib2Utils.LatLonCoordType |
getLatLon2DcoordType(java.lang.String desc) |
static java.lang.String |
getVariableName(Grib2Record gr) |
static boolean |
isLatLon(int gridTemplate,
int center) |
static boolean |
isLatLon2D(int gridTemplate,
int center) |
static boolean |
isLayer(Grib2Pds pds)
Check to see if this pds is a layer variable
|
public static java.lang.String clean(java.lang.String s)
public static java.lang.String getVariableName(Grib2Record gr)
public static CalendarPeriod getCalendarPeriod(int timeUnit)
public static boolean isLayer(Grib2Pds pds)
pds
- record to checkpublic static boolean isLatLon(int gridTemplate, int center)
public static boolean isLatLon2D(int gridTemplate, int center)
public static Grib2Utils.LatLonCoordType getLatLon2DcoordType(java.lang.String desc)
public static java.lang.String cleanupHeader(byte[] raw)