Package | Description |
---|---|
org.apache.sis.measure | |
org.apache.sis.util |
Simple data objects and miscellaneous utilities.
|
Modifier and Type | Method and Description |
---|---|
static double |
Units.derivative(UnitConverter converter,
double value)
Returns an estimation of the derivative of the given converter at the given value.
|
static <A extends Quantity> |
Units.multiply(Unit<A> unit,
double factor)
Multiplies the given unit by the given factor.
|
static <A extends Quantity> |
Units.toStandardUnit(Unit<A> unit)
Returns the factor by which to multiply the standard unit in order to get the given unit.
|
Modifier and Type | Method and Description |
---|---|
static <T> Class<? extends T> |
Classes.getClass(T object)
Returns the class of the specified object, or
null if object is null. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.