| Package | Description |
|---|---|
| mil.nga.crs.common | |
| mil.nga.crs.geo | |
| mil.nga.crs.operation | |
| mil.nga.crs.projected | |
| mil.nga.crs.wkt |
| Modifier and Type | Method and Description |
|---|---|
static Unit |
Units.getArcMinute()
Get an arc-minute unit
|
static Unit |
Units.getArcSecond()
Get an arc-second unit
|
Unit |
CoordinateSystem.getAxisUnit()
Get the axis unit, either the CS unit or first axis with unit
|
static Unit |
Units.getBin()
Get a bin unit
|
static Unit |
Units.getCalendarMonth()
Get a calendar month unit
|
static Unit |
Units.getCalendarSecond()
Get a calendar second unit
|
static Unit |
Units.getDay()
Get a day unit
|
static Unit |
Units.getDefaultUnit(UnitType type)
Get the default unit for the unit type
|
static Unit |
Units.getDegree()
Get a degree unit
|
static Unit |
Units.getGermanLegalMetre()
Get a German legal metre unit
|
static Unit |
Units.getGrad()
Get a grad unit
|
static Unit |
Units.getHectopascal()
Get a hectopascal unit
|
static Unit |
Units.getHour()
Get a hour unit
|
static Unit |
Units.getKilometre()
Get a kilometre unit
|
Unit |
Axis.getMeridianUnit()
Get the meridian (angle) unit
|
static Unit |
Units.getMetre()
Get a metre unit
|
static Unit |
Units.getMicrometre()
Get a micrometre unit
|
static Unit |
Units.getMicroradian()
Get a microradian unit
|
static Unit |
Units.getMicrosecond()
Get a microsecond unit
|
static Unit |
Units.getMillimetre()
Get a millimetre unit
|
static Unit |
Units.getMilliradian()
Get a milliradian unit
|
static Unit |
Units.getMillisecond()
Get a millisecond unit
|
static Unit |
Units.getMinute()
Get a minute unit
|
static Unit |
Units.getPartsPerMillion()
Get a parts per million unit
|
static Unit |
Units.getPascal()
Get a pascal unit
|
static Unit |
Units.getRadian()
Get a radian unit
|
static Unit |
Units.getSecond()
Get a second unit
|
Unit |
CoordinateSystem.getUnit()
Get the unit
|
Unit |
VerticalExtent.getUnit()
Get the unit (length)
|
Unit |
Axis.getUnit()
Get the unit
|
static Unit |
Units.getUnity()
Get a unity unit
|
static Unit |
Units.getUSSurveyFoot()
Get a US survey foot unit
|
static Unit |
Units.getYear()
Get a year unit
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Units.canConvert(Unit unit1,
Unit unit2)
Determine if values can be converted between the two units
|
static double |
Units.convert(double value,
Unit from,
Unit to)
Convert the value from a unit to a same typed unit, both with conversion
factors
|
void |
Axis.setMeridianUnit(Unit meridianUnit)
Set the meridian (angle) unit
|
void |
CoordinateSystem.setUnit(Unit unit)
Set the unit
|
void |
VerticalExtent.setUnit(Unit unit)
Set the unit (length)
|
void |
Axis.setUnit(Unit unit)
Set the unit
|
| Constructor and Description |
|---|
VerticalExtent(double minimumHeight,
double maximumHeight,
Unit unit)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Unit |
PrimeMeridian.getLongitudeUnit()
Get the International Reference Meridian longitude unit (angle)
|
Unit |
Ellipsoid.getUnit()
Get the unit (length)
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimeMeridian.setLongitudeUnit(Unit longitudeUnit)
Set the International Reference Meridian longitude unit (angle)
|
void |
Ellipsoid.setUnit(Unit unit)
Set the unit (length)
|
| Modifier and Type | Method and Description |
|---|---|
Unit |
OperationParameter.getUnit()
Get the unit
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationParameter.setUnit(Unit unit)
Set the unit
|
| Constructor and Description |
|---|
OperationParameter(OperationParameters parameter,
double value,
Unit unit)
Constructor
|
OperationParameter(String name,
double value,
Unit unit)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Unit |
ProjectedCoordinateReferenceSystem.getUnit()
Get the unit (ellipsoidal angle)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectedCoordinateReferenceSystem.setUnit(Unit unit)
Set the unit (angle)
|
| Modifier and Type | Method and Description |
|---|---|
Unit |
CRSReader.readAngleUnit()
Read an Angle Unit
|
Unit |
CRSReader.readLengthUnit()
Read a Length Unit
|
Unit |
CRSReader.readParametricUnit()
Read a Parametric Unit
|
Unit |
CRSReader.readScaleUnit()
Read a Scale Unit
|
Unit |
CRSReader.readTimeUnit()
Read a Time Unit
|
Unit |
CRSReader.readUnit()
Read a Unit
|
Unit |
CRSReader.readUnit(UnitType type)
Read a Unit
|
| Modifier and Type | Method and Description |
|---|---|
void |
CRSWriter.write(Unit unit)
Write a unit to well-known text
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.