public enum AxisDirectionType extends Enum<AxisDirectionType>
| Enum Constant and Description |
|---|
AFT
aft
|
AWAY_FROM
awayFrom
|
CLOCKWISE
clockwise
|
COLUMN_NEGATIVE
columnNegative
|
COLUMN_POSITIVE
columnPositive
|
COUNTER_CLOCKWISE
counterClockwise
|
DISPLAY_DOWN
displayDown
|
DISPLAY_LEFT
displayLeft
|
DISPLAY_RIGHT
displayRight
|
DISPLAY_UP
displayUp
|
DOWN
down
|
EAST
east
|
EAST_NORTH_EAST
eastNorthEast
|
EAST_SOUTH_EAST
eastSouthEast
|
FORWARD
forward
|
FUTURE
future
|
GEOCENTRIC_X
geocentricX
|
GEOCENTRIC_Y
geocentricY
|
GEOCENTRIC_Z
geocentricZ
|
NORTH
north
|
NORTH_EAST
northEast
|
NORTH_NORTH_EAST
northNorthEast
|
NORTH_NORTH_WEST
northNorthWest
|
NORTH_WEST
northWest
|
PAST
past
|
PORT
port
|
ROW_NEGATIVE
rowNegative
|
ROW_POSITIVE
rowPositive
|
SOUTH
south
|
SOUTH_EAST
southEast
|
SOUTH_SOUTH_EAST
southSouthEast
|
SOUTH_SOUTH_WEST
southSouthWest
|
SOUTH_WEST
southWest
|
STARBOARD
starboard
|
TOWARDS
towards
|
UNSPECIFIED
unspecified
|
UP
up
|
WEST
west
|
WEST_NORTH_WEST
westNorthWest
|
WEST_SOUTH_WEST
westSouthWest
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the type name
|
static AxisDirectionType |
getType(String name)
Get the type from the name
|
static AxisDirectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisDirectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisDirectionType AFT
public static final AxisDirectionType AWAY_FROM
public static final AxisDirectionType CLOCKWISE
public static final AxisDirectionType COLUMN_NEGATIVE
public static final AxisDirectionType COLUMN_POSITIVE
public static final AxisDirectionType COUNTER_CLOCKWISE
public static final AxisDirectionType DISPLAY_DOWN
public static final AxisDirectionType DISPLAY_LEFT
public static final AxisDirectionType DISPLAY_RIGHT
public static final AxisDirectionType DISPLAY_UP
public static final AxisDirectionType DOWN
public static final AxisDirectionType EAST
public static final AxisDirectionType EAST_NORTH_EAST
public static final AxisDirectionType EAST_SOUTH_EAST
public static final AxisDirectionType FORWARD
public static final AxisDirectionType FUTURE
public static final AxisDirectionType GEOCENTRIC_X
public static final AxisDirectionType GEOCENTRIC_Y
public static final AxisDirectionType GEOCENTRIC_Z
public static final AxisDirectionType NORTH
public static final AxisDirectionType NORTH_EAST
public static final AxisDirectionType NORTH_NORTH_EAST
public static final AxisDirectionType NORTH_NORTH_WEST
public static final AxisDirectionType NORTH_WEST
public static final AxisDirectionType PAST
public static final AxisDirectionType PORT
public static final AxisDirectionType ROW_NEGATIVE
public static final AxisDirectionType ROW_POSITIVE
public static final AxisDirectionType SOUTH
public static final AxisDirectionType SOUTH_EAST
public static final AxisDirectionType SOUTH_SOUTH_EAST
public static final AxisDirectionType SOUTH_SOUTH_WEST
public static final AxisDirectionType SOUTH_WEST
public static final AxisDirectionType STARBOARD
public static final AxisDirectionType TOWARDS
public static final AxisDirectionType UNSPECIFIED
public static final AxisDirectionType UP
public static final AxisDirectionType WEST
public static final AxisDirectionType WEST_NORTH_WEST
public static final AxisDirectionType WEST_SOUTH_WEST
public static AxisDirectionType[] values()
for (AxisDirectionType c : AxisDirectionType.values()) System.out.println(c);
public static AxisDirectionType 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 nullpublic String getName()
public static AxisDirectionType getType(String name)
name - type nameCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.