Class Constants.Vals
- java.lang.Object
-
- uk.ac.rdg.resc.edal.covjson.writers.Constants.Vals
-
-
Field Summary
Fields Modifier and Type Field Description static String
COVERAGE
static String
COVERAGECOLLECTION
static String
CRS84
static String
DEPTH
static String
DOMAIN
static String
DOWN
static String
FLOAT
static String
GEOCENTRICCRS
static String
GEODETICCRS
static String
GEOGRAPHICCRS
static String
GREGORIAN
static String
GRID
static String
HEIGHT
static String
INTEGER
static String
NDARRAY
static String
PARAMETER
static String
POINT
static String
POINTSERIES
static String
PRESSURE
static String
PROJECTEDCRS
static String
TEMPORALRS
static String
TRAJECTORY
static String
TUPLEDATATYPE
static String
UP
static String
VERTICAL
static String
VERTICALCRS
static String
VERTICALPROFILE
-
Constructor Summary
Constructors Constructor Description Vals()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getCrsUri(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
static String
getStandardNameUri(String standardName)
-
-
-
Field Detail
-
TEMPORALRS
public static final String TEMPORALRS
- See Also:
- Constant Field Values
-
GREGORIAN
public static final String GREGORIAN
- See Also:
- Constant Field Values
-
GEODETICCRS
public static final String GEODETICCRS
- See Also:
- Constant Field Values
-
GEOGRAPHICCRS
public static final String GEOGRAPHICCRS
- See Also:
- Constant Field Values
-
GEOCENTRICCRS
public static final String GEOCENTRICCRS
- See Also:
- Constant Field Values
-
PROJECTEDCRS
public static final String PROJECTEDCRS
- See Also:
- Constant Field Values
-
VERTICALCRS
public static final String VERTICALCRS
- See Also:
- Constant Field Values
-
UP
public static final String UP
- See Also:
- Constant Field Values
-
DOWN
public static final String DOWN
- See Also:
- Constant Field Values
-
CRS84
public static final String CRS84
- See Also:
- Constant Field Values
-
VERTICAL
public static final String VERTICAL
- See Also:
- Constant Field Values
-
PRESSURE
public static final String PRESSURE
- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
- See Also:
- Constant Field Values
-
DEPTH
public static final String DEPTH
- See Also:
- Constant Field Values
-
COVERAGE
public static final String COVERAGE
- See Also:
- Constant Field Values
-
COVERAGECOLLECTION
public static final String COVERAGECOLLECTION
- See Also:
- Constant Field Values
-
DOMAIN
public static final String DOMAIN
- See Also:
- Constant Field Values
-
PARAMETER
public static final String PARAMETER
- See Also:
- Constant Field Values
-
NDARRAY
public static final String NDARRAY
- See Also:
- Constant Field Values
-
TUPLEDATATYPE
public static final String TUPLEDATATYPE
- See Also:
- Constant Field Values
-
INTEGER
public static final String INTEGER
- See Also:
- Constant Field Values
-
FLOAT
public static final String FLOAT
- See Also:
- Constant Field Values
-
GRID
public static final String GRID
- See Also:
- Constant Field Values
-
POINTSERIES
public static final String POINTSERIES
- See Also:
- Constant Field Values
-
VERTICALPROFILE
public static final String VERTICALPROFILE
- See Also:
- Constant Field Values
-
POINT
public static final String POINT
- See Also:
- Constant Field Values
-
TRAJECTORY
public static final String TRAJECTORY
- See Also:
- Constant Field Values
-
-