Uses of Class
org.apache.sis.measure.DerivedScalar
Packages that use DerivedScalar
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of DerivedScalar in org.apache.sis.measure
Subclasses of DerivedScalar in org.apache.sis.measureModifier and TypeClassDescription(package private) static final class
DerivedScalar.Fallback<Q extends javax.measure.Quantity<Q>>
Fallback used when noDerivedScalar
implementation is available for a given quantity type.(package private) static final class
A temperature in Celsius degrees or any other units having an offset compared to Kelvin.Constructors in org.apache.sis.measure with parameters of type DerivedScalarModifierConstructorDescription(package private)
DerivedScalar
(DerivedScalar<Q> origin, double value) Creates a new scalar resulting from an arithmetic operation performed on the given scalar.