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 UnitUnits. createDefaultUnit(UnitType type)Create the default unit for the unit typeUnitUnits. createUnit()Create a unitUnitCoordinateSystem. getAxisUnit()Get the axis unit, either the CS unit or first axis with unitUnitAxis. getMeridianUnit()Get the meridian (angle) unitUnitAxis. getUnit()Get the unitUnitCoordinateSystem. getUnit()Get the unitUnitVerticalExtent. getUnit()Get the unit (length)Methods in mil.nga.crs.common with parameters of type Unit Modifier and Type Method Description static booleanUnits. canConvert(Unit unit1, Unit unit2)Determine if values can be converted between the two unitsstatic doubleUnits. convert(double value, Unit from, Unit to)Convert the value from a unit to a same typed unit, both with conversion factorsbooleanUnit. equalsName(Unit unit)Determine if the unit names are equal, ignoring casestatic UnitsUnits. fromUnit(Unit unit)Get the units type from the unitvoidAxis. setMeridianUnit(Unit meridianUnit)Set the meridian (angle) unitvoidAxis. setUnit(Unit unit)Set the unitvoidCoordinateSystem. setUnit(Unit unit)Set the unitvoidVerticalExtent. 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 UnitPrimeMeridian. getLongitudeUnit()Get the International Reference Meridian longitude unit (angle)UnitEllipsoid. getUnit()Get the unit (length)Methods in mil.nga.crs.geo with parameters of type Unit Modifier and Type Method Description voidPrimeMeridian. setLongitudeUnit(Unit longitudeUnit)Set the International Reference Meridian longitude unit (angle)voidEllipsoid. 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 UnitOperationParameter. getUnit()Get the unitMethods in mil.nga.crs.operation with parameters of type Unit Modifier and Type Method Description voidOperationParameter. 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 UnitProjectedCoordinateReferenceSystem. getUnit()Get the unit (ellipsoidal angle)Methods in mil.nga.crs.projected with parameters of type Unit Modifier and Type Method Description voidProjectedCoordinateReferenceSystem. 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 UnitCRSReader. readAngleUnit()Read an Angle UnitUnitCRSReader. readLengthUnit()Read a Length UnitUnitCRSReader. readParametricUnit()Read a Parametric UnitUnitCRSReader. readScaleUnit()Read a Scale UnitUnitCRSReader. readTimeUnit()Read a Time UnitUnitCRSReader. readUnit()Read a UnitUnitCRSReader. readUnit(UnitType type)Read a UnitMethods in mil.nga.crs.wkt with parameters of type Unit Modifier and Type Method Description voidCRSWriter. write(Unit unit)Write a unit to well-known text
-