| Package | Description |
|---|---|
| mil.nga.crs.operation |
| Modifier and Type | Method and Description |
|---|---|
OperationParameters |
OperationParameter.getParameter()
Get the commonly known parameter type
|
OperationParameters |
OperationMethods.getParameter(int index)
Get the parameter at the index
|
static OperationParameters |
OperationParameters.getParameter(int code)
Get the parameter type from the code
|
static OperationParameters |
OperationParameters.getParameter(String name)
Get the parameter type from the alias
|
static OperationParameters |
OperationParameters.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationParameters> |
OperationMethods.getParameters()
Get the parameters
|
static Set<OperationParameters> |
OperationParameters.getParameters(String name)
Get the parameter types from the alias
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationParameter.setParameter(OperationParameters parameter)
Set the commonly known parameter type
|
| Constructor and Description |
|---|
OperationParameter(OperationParameters parameter,
double value)
Constructor
|
OperationParameter(OperationParameters parameter,
double value,
Unit unit)
Constructor
|
OperationParameter(OperationParameters parameter,
String value)
Constructor
|
OperationParameter(OperationParameters parameter,
String value,
Unit unit)
Constructor
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.