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.CONVERTERSThe converters for SI prefixes, created when first needed.private LinearConverterLinearConverter.inverseThe inverse of this unit converter.Methods in org.apache.sis.measure that return LinearConverterModifier and TypeMethodDescription(package private) static LinearConverterPrefixes.converter(char prefix) Returns the converter for the given SI prefix, ornullif none.(package private) static LinearConverterLinearConverter.offset(double numerator, double denominator) Returns a converter for the given shift.(package private) static LinearConverterLinearConverter.pow(javax.measure.UnitConverter converter, int n, boolean root) Raises the given converter to the given power.(package private) static LinearConverterLinearConverter.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 booleanLinearConverter.equivalent(LinearConverter other) Returnstrueif the given converter perform the same conversion than this converter, except for rounding errors.