Uses of Class
org.apache.sis.measure.AbstractConverter
Packages that use AbstractConverter
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of AbstractConverter in org.apache.sis.measure
Subclasses of AbstractConverter in org.apache.sis.measureModifier and TypeClassDescription(package private) final class
The concatenation of two unit converters where at least one of them is not linear.(package private) final class
Linear converter with a scale factor of 1 and an offset of 0.(package private) final class
Conversions between units that can be represented by a linear operation (scale or offset).(package private) final class
Conversions from units represented by a logarithm in base 10.private static final class
Inverse ofPowerOf10
.(package private) class
A converter from decimal degrees to sexagesimal degrees.private static final class
The inverse ofSexagesimalConverter
, i.e.Methods in org.apache.sis.measure that return AbstractConverterModifier and TypeMethodDescription(package private) static AbstractConverter
Creates a linear converter from the given scale and offset, which may beBigDecimal
instances.