| 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.createDefaultUnit(UnitType type)
Create the default unit for the unit type
|
Unit |
Units.createUnit()
Create a unit
|
Unit |
CoordinateSystem.getAxisUnit()
Get the axis unit, either the CS unit or first axis with unit
|
Unit |
Axis.getMeridianUnit()
Get the meridian (angle) unit
|
Unit |
CoordinateSystem.getUnit()
Get the unit
|
Unit |
VerticalExtent.getUnit()
Get the unit (length)
|
Unit |
Axis.getUnit()
Get the 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
|
boolean |
Unit.equalsName(Unit unit)
Determine if the unit names are equal, ignoring case
|
static Units |
Units.fromUnit(Unit unit)
Get the units type from the unit
|
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
|
VerticalExtent(String minimumHeight,
String 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(OperationParameters parameter,
String value,
Unit unit)
Constructor
|
OperationParameter(String name,
double value,
Unit unit)
Constructor
|
OperationParameter(String name,
String 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.