public class AngleSlopeUnit extends Unit<AngleSlopeUnit>
Copyright (c) 2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2015-10-04 20:48:33 +0200 (Sun, 04 Oct 2015) $, @version $Revision: 87 $, by $Author: averbraeck $, initial
version May 15, 2014
| Modifier and Type | Field and Description |
|---|---|
static AngleSlopeUnit |
ARCMINUTE
arcminute.
|
static AngleSlopeUnit |
ARCSECOND
arcsecond.
|
static AngleSlopeUnit |
CENTESIMAL_ARCMINUTE
centesimal arcminute.
|
static AngleSlopeUnit |
CENTESIMAL_ARCSECOND
centesimal arcsecond.
|
static AngleSlopeUnit |
DEGREE
degree.
|
static AngleSlopeUnit |
GRAD
grad.
|
static AngleSlopeUnit |
RADIAN
radian.
|
static AngleSlopeUnit |
SI
The SI unit for slope angle is radian.
|
| Constructor and Description |
|---|
AngleSlopeUnit(String name,
String abbreviation,
UnitSystem unitSystem,
AngleSlopeUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined unit with a conversion factor to another unit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSICoefficientsString() |
AngleSlopeUnit |
getStandardUnit() |
equals, getAbbreviation, getAbbreviationKey, getAllUnitsOfThisType, getConversionFactorToStandardUnit, getName, getNameKey, getSICoefficients, getUnits, getUnitSystem, hashCode, isLocalizable, lookupOrCreateSIUnitWithSICoefficients, lookupOrCreateUnitWithSICoefficients, lookupUnitWithSICoefficients, toStringpublic static final AngleSlopeUnit SI
public static final AngleSlopeUnit RADIAN
public static final AngleSlopeUnit DEGREE
public static final AngleSlopeUnit ARCMINUTE
public static final AngleSlopeUnit ARCSECOND
public static final AngleSlopeUnit GRAD
public static final AngleSlopeUnit CENTESIMAL_ARCMINUTE
public static final AngleSlopeUnit CENTESIMAL_ARCSECOND
public AngleSlopeUnit(String name, String abbreviation, UnitSystem unitSystem, AngleSlopeUnit referenceUnit, double conversionFactorToReferenceUnit)
name - the long name of the unitabbreviation - the abbreviation of the unitunitSystem - the unit system, e.g. SI or ImperialreferenceUnit - the unit to convert toconversionFactorToReferenceUnit - multiply a value in this unit by the factor to convert to the given reference unitpublic final AngleSlopeUnit getStandardUnit()
getStandardUnit in class Unit<AngleSlopeUnit>public final String getSICoefficientsString()
getSICoefficientsString in class Unit<AngleSlopeUnit>Copyright © 2015 Delft University of Technology. All rights reserved.