public enum CoordinateSystemAxisDirection extends Enum<CoordinateSystemAxisDirection>
CoordinateSystemAxis
.Enum Constant and Description |
---|
DOWN |
EAST |
GeocentricX |
GeocentricY |
GeocentricZ |
NORTH |
OTHER |
SOUTH |
UNKNOWN |
UP |
WEST |
Modifier and Type | Method and Description |
---|---|
static CoordinateSystemAxisDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateSystemAxisDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoordinateSystemAxisDirection NORTH
public static final CoordinateSystemAxisDirection EAST
public static final CoordinateSystemAxisDirection SOUTH
public static final CoordinateSystemAxisDirection WEST
public static final CoordinateSystemAxisDirection UP
public static final CoordinateSystemAxisDirection DOWN
public static final CoordinateSystemAxisDirection OTHER
public static final CoordinateSystemAxisDirection UNKNOWN
public static final CoordinateSystemAxisDirection GeocentricX
public static final CoordinateSystemAxisDirection GeocentricY
public static final CoordinateSystemAxisDirection GeocentricZ
public static CoordinateSystemAxisDirection[] values()
for (CoordinateSystemAxisDirection c : CoordinateSystemAxisDirection.values()) System.out.println(c);
public static CoordinateSystemAxisDirection valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 geolatte.org. All rights reserved.