Uses of Class
mil.nga.crs.operation.OperationMethods
-
Packages that use OperationMethods Package Description mil.nga.crs.operation -
-
Uses of OperationMethods in mil.nga.crs.operation
Methods in mil.nga.crs.operation that return OperationMethods Modifier and Type Method Description OperationMethods
OperationMethod. getMethod()
Get the commonly known method typestatic OperationMethods
OperationMethods. getMethod(int code)
Get the method type from the codestatic OperationMethods
OperationMethods. getMethod(String name)
Get the method type from the aliasstatic OperationMethods
OperationMethods. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationMethods[]
OperationMethods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.crs.operation that return types with arguments of type OperationMethods Modifier and Type Method Description static Set<OperationMethods>
OperationMethods. getMethods(String name)
Get the method types from the aliasMethods in mil.nga.crs.operation with parameters of type OperationMethods Modifier and Type Method Description void
OperationMethod. setMethod(OperationMethods method)
Set the commonly known method typeConstructors in mil.nga.crs.operation with parameters of type OperationMethods Constructor Description OperationMethod(OperationMethods method)
Constructor
-