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 |
---|---|
String |
getCategoryName(GridRecord gr)
Get the grid category name
|
String |
getComment()
Comment for CF conventions
|
String |
getDisciplineName(GridRecord gr)
Get the grid discipline name
|
Date |
getFirstBaseTime()
Get the first base time
|
float |
getFirstMissingValue()
.
|
String |
getGridName(GridDefRecord gds)
Get the grid name
|
String |
getGridType()
Get the grid type (GRIB, GEMPAK, McIDAS, GRADS) for labelling
|
String |
getInstitution()
Institution for CF conventions
|
String |
getLevelDescription(GridRecord gr)
Get the level description
|
String |
getLevelName(GridRecord gr)
Get the level name
|
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
|
String |
getShapeName(GridDefRecord gds)
Get the grid shape name
|
String |
getSource()
Generating Process of model for CF conventions
|
String |
getTimeRangeUnitName(int tunit)
Get the first time range unit name
|
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
String getGridName(GridDefRecord gds)
gds
- Grid definition recordString getShapeName(GridDefRecord gds)
gds
- Grid definition recordString getDisciplineName(GridRecord gr)
gr
- record to checkString getCategoryName(GridRecord gr)
gr
- record to checkGridParameter getParameter(GridRecord gr)
gr
- record to checkString getLevelName(GridRecord gr)
gr
- record to checkString getLevelDescription(GridRecord gr)
gr
- record to checkString getLevelUnit(GridRecord gr)
gr
- GridRecord with metadataDate getFirstBaseTime()
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 checkString getTitle()
String getInstitution()
String getSource()
String getComment()
String getGridType()
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.