|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.dataset.AxisType
public class AxisType
Type-safe enumeration of netCDF Coordinate Axis types. These are used for tagging georeferencing axes.
| Field Summary | |
|---|---|
static AxisType |
GeoX
represents a x coordinate |
static AxisType |
GeoY
represents a y coordinate |
static AxisType |
GeoZ
represents a z coordinate |
static AxisType |
Height
represents a vertical height coordinate |
static AxisType |
Lat
represents a latitude coordinate |
static AxisType |
Lon
represents a longitude coordinate |
static AxisType |
Pressure
represents a vertical pressure coordinate |
static AxisType |
RadialAzimuth
represents a radial azimuth coordinate |
static AxisType |
RadialDistance
represents a radial distance coordinate |
static AxisType |
RadialElevation
represents a radial elevation coordinate |
static AxisType |
Time
represents the time coordinate |
| Method Summary | |
|---|---|
int |
compareTo(AxisType o)
canonical ordering: (time, z, x, y) or (time, elevation, azimuth, distance) |
static AxisType |
getType(java.lang.String name)
Find the AxisType that matches this name. |
java.lang.String |
toString()
Axis name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AxisType Time
public static final AxisType GeoX
public static final AxisType GeoY
public static final AxisType GeoZ
public static final AxisType Lat
public static final AxisType Lon
public static final AxisType Height
public static final AxisType Pressure
public static final AxisType RadialAzimuth
public static final AxisType RadialDistance
public static final AxisType RadialElevation
| Method Detail |
|---|
public static AxisType getType(java.lang.String name)
name - match this name
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(AxisType o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||