Package ucar.nc2.iosp.grid
Interface GridCF
-
public interface GridCFA centralized place to store CF conventions for the Grid Iosp
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGridCF.VectorComponentFlagLOOK bogus
-
Field Summary
Fields Modifier and Type Field Description static StringEARTH_RADIUSRadius of spherical earthstatic StringEARTH_SHAPEearth_shapestatic StringGRID_MAPPING_NAMEgrid_mapping_namestatic StringLATITUDE_OF_PROJECTION_ORIGINlatitude_of_projection_originstatic StringLONGITUDE_OF_CENTRAL_MERIDIANlongitude_of_central_meridianstatic StringLONGITUDE_OF_PROJECTION_ORIGINlongitude_of_projection_originstatic StringSCALE_FACTOR_AT_PROJECTION_ORIGINscale_factor_at_projection_originstatic StringSEMI_MAJOR_AXISmajor axis of earthstatic StringSEMI_MINOR_AXISminor axis of earthstatic StringSTANDARD_PARALLELstandard_parallelstatic StringSTRAIGHT_VERTICAL_LONGITUDE_FROM_POLEstraight_vertical_longitude_from_pole
-
-
-
Field Detail
-
EARTH_RADIUS
static final String EARTH_RADIUS
Radius of spherical earth- See Also:
- Constant Field Values
-
SEMI_MAJOR_AXIS
static final String SEMI_MAJOR_AXIS
major axis of earth- See Also:
- Constant Field Values
-
SEMI_MINOR_AXIS
static final String SEMI_MINOR_AXIS
minor axis of earth- See Also:
- Constant Field Values
-
GRID_MAPPING_NAME
static final String GRID_MAPPING_NAME
grid_mapping_name- See Also:
- Constant Field Values
-
EARTH_SHAPE
static final String EARTH_SHAPE
earth_shape- See Also:
- Constant Field Values
-
STANDARD_PARALLEL
static final String STANDARD_PARALLEL
standard_parallel- See Also:
- Constant Field Values
-
LONGITUDE_OF_CENTRAL_MERIDIAN
static final String LONGITUDE_OF_CENTRAL_MERIDIAN
longitude_of_central_meridian- See Also:
- Constant Field Values
-
LATITUDE_OF_PROJECTION_ORIGIN
static final String LATITUDE_OF_PROJECTION_ORIGIN
latitude_of_projection_origin- See Also:
- Constant Field Values
-
LONGITUDE_OF_PROJECTION_ORIGIN
static final String LONGITUDE_OF_PROJECTION_ORIGIN
longitude_of_projection_origin- See Also:
- Constant Field Values
-
STRAIGHT_VERTICAL_LONGITUDE_FROM_POLE
static final String STRAIGHT_VERTICAL_LONGITUDE_FROM_POLE
straight_vertical_longitude_from_pole- See Also:
- Constant Field Values
-
SCALE_FACTOR_AT_PROJECTION_ORIGIN
static final String SCALE_FACTOR_AT_PROJECTION_ORIGIN
scale_factor_at_projection_origin- See Also:
- Constant Field Values
-
-