ucar.nc2.constants
Class CF

java.lang.Object
  extended by ucar.nc2.constants.CF

public class CF
extends java.lang.Object

Constants used in CF Conventions.

Since:
Jan 21, 2009
Author:
caron

Nested Class Summary
static class CF.CellMethods
           
static class CF.FeatureType
          Start of map from CF feature type names to our FeatureType enums.
 
Field Summary
static java.lang.String COORDINATES
           
static java.lang.String featureTypeAtt
           
static java.lang.String featureTypeAtt2
           
static java.lang.String featureTypeAtt3
           
static java.lang.String featureTypeAtt4
           
static java.lang.String GRID_MAPPING
           
static java.lang.String GRID_MAPPING_NAME
           
static java.lang.String POSITIVE_DOWN
           
static java.lang.String POSITIVE_UP
           
static java.lang.String PROFILE_ID
           
static java.lang.String RAGGED_PARENTINDEX
           
static java.lang.String RAGGED_ROWSIZE
           
static java.lang.String STANDARD_NAME
           
static java.lang.String STATION_ALTITUDE
           
static java.lang.String STATION_DESC
           
static java.lang.String STATION_ID
           
static java.lang.String STATION_WMOID
           
static java.lang.String TRAJ_ID
           
static java.lang.String UNITS
           
 
Constructor Summary
CF()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POSITIVE_UP

public static final java.lang.String POSITIVE_UP
See Also:
Constant Field Values

POSITIVE_DOWN

public static final java.lang.String POSITIVE_DOWN
See Also:
Constant Field Values

featureTypeAtt

public static final java.lang.String featureTypeAtt
See Also:
Constant Field Values

featureTypeAtt2

public static final java.lang.String featureTypeAtt2
See Also:
Constant Field Values

featureTypeAtt3

public static final java.lang.String featureTypeAtt3
See Also:
Constant Field Values

featureTypeAtt4

public static final java.lang.String featureTypeAtt4
See Also:
Constant Field Values

COORDINATES

public static final java.lang.String COORDINATES
See Also:
Constant Field Values

GRID_MAPPING

public static final java.lang.String GRID_MAPPING
See Also:
Constant Field Values

GRID_MAPPING_NAME

public static final java.lang.String GRID_MAPPING_NAME
See Also:
Constant Field Values

STANDARD_NAME

public static final java.lang.String STANDARD_NAME
See Also:
Constant Field Values

UNITS

public static final java.lang.String UNITS
See Also:
Constant Field Values

RAGGED_ROWSIZE

public static final java.lang.String RAGGED_ROWSIZE
See Also:
Constant Field Values

RAGGED_PARENTINDEX

public static final java.lang.String RAGGED_PARENTINDEX
See Also:
Constant Field Values

STATION_ID

public static final java.lang.String STATION_ID
See Also:
Constant Field Values

STATION_DESC

public static final java.lang.String STATION_DESC
See Also:
Constant Field Values

STATION_ALTITUDE

public static final java.lang.String STATION_ALTITUDE
See Also:
Constant Field Values

STATION_WMOID

public static final java.lang.String STATION_WMOID
See Also:
Constant Field Values

TRAJ_ID

public static final java.lang.String TRAJ_ID
See Also:
Constant Field Values

PROFILE_ID

public static final java.lang.String PROFILE_ID
See Also:
Constant Field Values
Constructor Detail

CF

public CF()