Class Constants.Vals
- java.lang.Object
-
- uk.ac.rdg.resc.edal.covjson.writers.Constants.Vals
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOVERAGEstatic StringCOVERAGECOLLECTIONstatic StringCRS84static StringDEPTHstatic StringDOMAINstatic StringDOWNstatic StringFLOATstatic StringGEOCENTRICCRSstatic StringGEODETICCRSstatic StringGEOGRAPHICCRSstatic StringGREGORIANstatic StringGRIDstatic StringHEIGHTstatic StringINTEGERstatic StringNDARRAYstatic StringPARAMETERstatic StringPOINTstatic StringPOINTSERIESstatic StringPRESSUREstatic StringPROJECTEDCRSstatic StringTEMPORALRSstatic StringTRAJECTORYstatic StringTUPLEDATATYPEstatic StringUPstatic StringVERTICALstatic StringVERTICALCRSstatic StringVERTICALPROFILE
-
Constructor Summary
Constructors Constructor Description Vals()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetCrsUri(org.opengis.referencing.crs.CoordinateReferenceSystem crs)static StringgetStandardNameUri(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
-
-