Uses of Class
mil.nga.crs.common.Unit
-
Packages that use Unit Package Description mil.nga.crs.common mil.nga.crs.geo mil.nga.crs.operation mil.nga.crs.projected mil.nga.crs.wkt -
-
Uses of Unit in mil.nga.crs.common
Methods in mil.nga.crs.common that return Unit Modifier and Type Method Description static Unit
Units. createDefaultUnit(UnitType type)
Create the default unit for the unit typeUnit
Units. createUnit()
Create a unitUnit
CoordinateSystem. getAxisUnit()
Get the axis unit, either the CS unit or first axis with unitUnit
Axis. getMeridianUnit()
Get the meridian (angle) unitUnit
Axis. getUnit()
Get the unitUnit
CoordinateSystem. getUnit()
Get the unitUnit
VerticalExtent. getUnit()
Get the unit (length)Methods in mil.nga.crs.common with parameters of type Unit Modifier and Type Method Description static boolean
Units. canConvert(Unit unit1, Unit unit2)
Determine if values can be converted between the two unitsstatic double
Units. convert(double value, Unit from, Unit to)
Convert the value from a unit to a same typed unit, both with conversion factorsboolean
Unit. equalsName(Unit unit)
Determine if the unit names are equal, ignoring casestatic Units
Units. fromUnit(Unit unit)
Get the units type from the unitvoid
Axis. setMeridianUnit(Unit meridianUnit)
Set the meridian (angle) unitvoid
Axis. setUnit(Unit unit)
Set the unitvoid
CoordinateSystem. setUnit(Unit unit)
Set the unitvoid
VerticalExtent. setUnit(Unit unit)
Set the unit (length)Constructors in mil.nga.crs.common with parameters of type Unit Constructor Description VerticalExtent(double minimumHeight, double maximumHeight, Unit unit)
ConstructorVerticalExtent(String minimumHeight, String maximumHeight, Unit unit)
Constructor -
Uses of Unit in mil.nga.crs.geo
Methods in mil.nga.crs.geo that return Unit Modifier and Type Method Description Unit
PrimeMeridian. getLongitudeUnit()
Get the International Reference Meridian longitude unit (angle)Unit
Ellipsoid. getUnit()
Get the unit (length)Methods in mil.nga.crs.geo with parameters of type Unit Modifier and Type Method Description void
PrimeMeridian. setLongitudeUnit(Unit longitudeUnit)
Set the International Reference Meridian longitude unit (angle)void
Ellipsoid. setUnit(Unit unit)
Set the unit (length) -
Uses of Unit in mil.nga.crs.operation
Methods in mil.nga.crs.operation that return Unit Modifier and Type Method Description Unit
OperationParameter. getUnit()
Get the unitMethods in mil.nga.crs.operation with parameters of type Unit Modifier and Type Method Description void
OperationParameter. setUnit(Unit unit)
Set the unitConstructors in mil.nga.crs.operation with parameters of type Unit Constructor Description OperationParameter(String name, double value, Unit unit)
ConstructorOperationParameter(String name, String value, Unit unit)
ConstructorOperationParameter(OperationParameters parameter, double value, Unit unit)
ConstructorOperationParameter(OperationParameters parameter, String value, Unit unit)
Constructor -
Uses of Unit in mil.nga.crs.projected
Methods in mil.nga.crs.projected that return Unit Modifier and Type Method Description Unit
ProjectedCoordinateReferenceSystem. getUnit()
Get the unit (ellipsoidal angle)Methods in mil.nga.crs.projected with parameters of type Unit Modifier and Type Method Description void
ProjectedCoordinateReferenceSystem. setUnit(Unit unit)
Set the unit (angle) -
Uses of Unit in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return Unit Modifier and Type Method Description Unit
CRSReader. readAngleUnit()
Read an Angle UnitUnit
CRSReader. readLengthUnit()
Read a Length UnitUnit
CRSReader. readParametricUnit()
Read a Parametric UnitUnit
CRSReader. readScaleUnit()
Read a Scale UnitUnit
CRSReader. readTimeUnit()
Read a Time UnitUnit
CRSReader. readUnit()
Read a UnitUnit
CRSReader. readUnit(UnitType type)
Read a UnitMethods in mil.nga.crs.wkt with parameters of type Unit Modifier and Type Method Description void
CRSWriter. write(Unit unit)
Write a unit to well-known text
-