Uses of Class
mil.nga.crs.common.AxisDirectionType
-
Packages that use AxisDirectionType Package Description mil.nga.crs.common -
-
Uses of AxisDirectionType in mil.nga.crs.common
Methods in mil.nga.crs.common that return AxisDirectionType Modifier and Type Method Description AxisDirectionTypeAxis. getDirection()Get the directionstatic AxisDirectionTypeAxisDirectionType. getType(String name)Get the type from the namestatic AxisDirectionTypeAxisDirectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AxisDirectionType[]AxisDirectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.crs.common with parameters of type AxisDirectionType Modifier and Type Method Description voidAxis. setDirection(AxisDirectionType direction)Set the directionConstructors in mil.nga.crs.common with parameters of type AxisDirectionType Constructor Description Axis(String name, AxisDirectionType direction)Constructor
-