Uses of Class
mil.nga.crs.operation.OperationParameters
-
Packages that use OperationParameters Package Description mil.nga.crs.operation -
-
Uses of OperationParameters in mil.nga.crs.operation
Methods in mil.nga.crs.operation that return OperationParameters Modifier and Type Method Description OperationParametersOperationMethods. getParameter(int index)Get the parameter at the indexOperationParametersOperationParameter. getParameter()Get the commonly known parameter typestatic OperationParametersOperationParameters. getParameter(int code)Get the parameter type from the codestatic OperationParametersOperationParameters. getParameter(String name)Get the parameter type from the aliasstatic OperationParametersOperationParameters. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationParameters[]OperationParameters. 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 OperationParameters Modifier and Type Method Description List<OperationParameters>OperationMethods. getParameters()Get the parametersstatic Set<OperationParameters>OperationParameters. getParameters(String name)Get the parameter types from the aliasMethods in mil.nga.crs.operation with parameters of type OperationParameters Modifier and Type Method Description voidOperationParameter. setParameter(OperationParameters parameter)Set the commonly known parameter typeConstructors in mil.nga.crs.operation with parameters of type OperationParameters Constructor Description OperationParameter(OperationParameters parameter, double value)ConstructorOperationParameter(OperationParameters parameter, double value, Unit unit)ConstructorOperationParameter(OperationParameters parameter, String value)ConstructorOperationParameter(OperationParameters parameter, String value, Unit unit)Constructor
-