| Package | Description |
|---|---|
| mil.nga.crs.operation |
| Modifier and Type | Method and Description |
|---|---|
OperationMethods |
OperationMethod.getMethod()
Get the commonly known method type
|
static OperationMethods |
OperationMethods.getMethod(int code)
Get the method type from the code
|
static OperationMethods |
OperationMethods.getMethod(String name)
Get the method type from the alias
|
static 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OperationMethods> |
OperationMethods.getMethods(String name)
Get the method types from the alias
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationMethod.setMethod(OperationMethods method)
Set the commonly known method type
|
| Constructor and Description |
|---|
OperationMethod(OperationMethods method)
Constructor
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.