| Package | Description |
|---|---|
| mil.nga.crs.common | |
| mil.nga.crs.operation | |
| mil.nga.crs.wkt |
| Modifier and Type | Method and Description |
|---|---|
UnitType |
Units.getType()
Get the type
|
UnitType |
Unit.getType()
Get the unit type
|
static UnitType |
Units.getUnitType(String name)
Get the unit type from the name
|
static UnitType |
UnitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitType[] |
UnitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Unit |
Units.createDefaultUnit(UnitType type)
Create the default unit for the unit type
|
static Units |
Units.getDefaultUnit(UnitType type)
Get the default unit for the unit type
|
void |
Unit.setType(UnitType type)
Set the unit type
|
| Constructor and Description |
|---|
Unit(UnitType type,
String name)
Constructor
|
Unit(UnitType type,
String name,
double conversionFactor)
Constructor
|
Unit(UnitType type,
String name,
String conversionFactor)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
UnitType |
OperationParameters.getUnitType()
Get the unit type
|
| Modifier and Type | Method and Description |
|---|---|
static UnitType |
WKTUtils.getUnitType(CRSKeyword keyword)
Get the unit type from the keyword
|
| Modifier and Type | Method and Description |
|---|---|
Unit |
CRSReader.readUnit(UnitType type)
Read a Unit
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.