public interface GridTableLookup
Modifier and Type | Field and Description |
---|---|
static int |
AlbersEqualArea
Albers Equal Area
|
static int |
Curvilinear
NCEP Curvilinear - needs 2D lat/lon
|
static int |
GaussianLatLon
Gausian Lat/Lon
|
static int |
LambertAzimuthEqualArea
Lambert Azimuth Equal Area
|
static int |
LambertConformal
Lambert Conformal
|
static int |
Mercator
Mercator
|
static int |
Orthographic
Orthographic
|
static int |
PolarStereographic
Polar Sterographic
|
static int |
RotatedLatLon
Rotated Latitude Longitude
|
static int |
UTM
Universal Transverse Mercator
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategoryName(GridRecord gr)
Get the grid category name
|
java.lang.String |
getComment()
Comment for CF conventions
|
java.lang.String |
getDisciplineName(GridRecord gr)
Get the grid discipline name
|
java.util.Date |
getFirstBaseTime()
Get the first base time
|
float |
getFirstMissingValue()
.
|
java.lang.String |
getGridName(GridDefRecord gds)
Get the grid name
|
java.lang.String |
getGridType()
Get the grid type (GRIB, GEMPAK, McIDAS, GRADS) for labelling
|
java.lang.String |
getInstitution()
Institution for CF conventions
|
java.lang.String |
getLevelDescription(GridRecord gr)
Get the level description
|
java.lang.String |
getLevelName(GridRecord gr)
Get the level name
|
java.lang.String |
getLevelUnit(GridRecord gr)
Get the level unit
|
GridParameter |
getParameter(GridRecord gr)
Get the grid parameter that corresponds to this record
|
int |
getProjectionType(GridDefRecord gds)
Get the projection type
|
java.lang.String |
getShapeName(GridDefRecord gds)
Get the grid shape name
|
java.lang.String |
getSource()
Generating Process of model for CF conventions
|
java.lang.String |
getTimeRangeUnitName(int tunit)
Get the first time range unit name
|
java.lang.String |
getTitle()
Title for CF conventions
|
boolean |
isLatLon(GridDefRecord gds)
Is this a lat/lon grid
|
boolean |
isLayer(GridRecord gr)
Check to see if this grid is a layer variable
|
boolean |
isPositiveUp(GridRecord gr)
Is postitive up for the vertical coordinate
|
boolean |
isVerticalCoordinate(GridRecord gr)
If vertical level should be made into a coordinate;
dont do for surface, or levels without a meaningful coordinate value
|
static final int PolarStereographic
static final int LambertConformal
static final int Mercator
static final int UTM
static final int AlbersEqualArea
static final int LambertAzimuthEqualArea
static final int Orthographic
static final int GaussianLatLon
static final int RotatedLatLon
static final int Curvilinear
java.lang.String getGridName(GridDefRecord gds)
gds
- Grid definition recordjava.lang.String getShapeName(GridDefRecord gds)
gds
- Grid definition recordjava.lang.String getDisciplineName(GridRecord gr)
gr
- record to checkjava.lang.String getCategoryName(GridRecord gr)
gr
- record to checkGridParameter getParameter(GridRecord gr)
gr
- record to checkjava.lang.String getLevelName(GridRecord gr)
gr
- record to checkjava.lang.String getLevelDescription(GridRecord gr)
gr
- record to checkjava.lang.String getLevelUnit(GridRecord gr)
gr
- GridRecord with metadatajava.util.Date getFirstBaseTime()
java.lang.String getTimeRangeUnitName(int tunit)
boolean isLatLon(GridDefRecord gds)
gds
- Grid definition recordboolean isVerticalCoordinate(GridRecord gr)
gr
- GridRecord with metadataboolean isPositiveUp(GridRecord gr)
gr
- GridRecord with metadataint getProjectionType(GridDefRecord gds)
gds
- Grid definition recordfloat getFirstMissingValue()
boolean isLayer(GridRecord gr)
gr
- record to checkjava.lang.String getTitle()
java.lang.String getInstitution()
java.lang.String getSource()
java.lang.String getComment()
java.lang.String getGridType()