Uses of Class
mil.nga.crs.common.UnitType
-
Packages that use UnitType Package Description mil.nga.crs.common mil.nga.crs.operation mil.nga.crs.wkt -
-
Uses of UnitType in mil.nga.crs.common
Methods in mil.nga.crs.common that return UnitType Modifier and Type Method Description UnitTypeUnit. getType()Get the unit typeUnitTypeUnits. getType()Get the typestatic UnitTypeUnits. getUnitType(String name)Get the unit type from the namestatic UnitTypeUnitType. 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.Methods in mil.nga.crs.common with parameters of type UnitType Modifier and Type Method Description static UnitUnits. createDefaultUnit(UnitType type)Create the default unit for the unit typestatic UnitsUnits. getDefaultUnit(UnitType type)Get the default unit for the unit typevoidUnit. setType(UnitType type)Set the unit typeConstructors in mil.nga.crs.common with parameters of type UnitType Constructor Description Unit(UnitType type, String name)ConstructorUnit(UnitType type, String name, double conversionFactor)ConstructorUnit(UnitType type, String name, String conversionFactor)Constructor -
Uses of UnitType in mil.nga.crs.operation
Methods in mil.nga.crs.operation that return UnitType Modifier and Type Method Description UnitTypeOperationParameters. getUnitType()Get the unit type -
Uses of UnitType in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return UnitType Modifier and Type Method Description static UnitTypeWKTUtils. getUnitType(CRSKeyword keyword)Get the unit type from the keywordMethods in mil.nga.crs.wkt with parameters of type UnitType Modifier and Type Method Description UnitCRSReader. readUnit(UnitType type)Read a Unit
-