Package ucar.nc2.iosp.grid
Interface GridCF
-
public interface GridCF
A centralized place to store CF conventions for the Grid Iosp
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GridCF.VectorComponentFlag
LOOK bogus
-
Field Summary
Fields Modifier and Type Field Description static String
EARTH_RADIUS
Radius of spherical earthstatic String
EARTH_SHAPE
earth_shapestatic String
GRID_MAPPING_NAME
grid_mapping_namestatic String
LATITUDE_OF_PROJECTION_ORIGIN
latitude_of_projection_originstatic String
LONGITUDE_OF_CENTRAL_MERIDIAN
longitude_of_central_meridianstatic String
LONGITUDE_OF_PROJECTION_ORIGIN
longitude_of_projection_originstatic String
SCALE_FACTOR_AT_PROJECTION_ORIGIN
scale_factor_at_projection_originstatic String
SEMI_MAJOR_AXIS
major axis of earthstatic String
SEMI_MINOR_AXIS
minor axis of earthstatic String
STANDARD_PARALLEL
standard_parallelstatic String
STRAIGHT_VERTICAL_LONGITUDE_FROM_POLE
straight_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
-
-