Uses of Class
org.apache.sis.measure.LinearConverter
Packages that use LinearConverter
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of LinearConverter in org.apache.sis.measure
Fields in org.apache.sis.measure declared as LinearConverterModifier and TypeFieldDescriptionprivate static final LinearConverter[]
Prefixes.CONVERTERS
The converters for SI prefixes, created when first needed.private LinearConverter
LinearConverter.inverse
The inverse of this unit converter.Methods in org.apache.sis.measure that return LinearConverterModifier and TypeMethodDescription(package private) static LinearConverter
Prefixes.converter
(char prefix) Returns the converter for the given SI prefix, ornull
if none.(package private) static LinearConverter
LinearConverter.offset
(double numerator, double denominator) Returns a converter for the given shift.(package private) static LinearConverter
LinearConverter.pow
(javax.measure.UnitConverter converter, int n, boolean root) Raises the given converter to the given power.(package private) static LinearConverter
LinearConverter.scale
(double numerator, double denominator) Returns a linear converter for the given ratio.Methods in org.apache.sis.measure with parameters of type LinearConverterModifier and TypeMethodDescription(package private) final boolean
LinearConverter.equivalent
(LinearConverter other) Returnstrue
if the given converter perform the same conversion than this converter, except for rounding errors.