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 classThe concatenation of two unit converters where at least one of them is not linear.(package private) final classLinear converter with a scale factor of 1 and an offset of 0.(package private) final classConversions between units that can be represented by a linear operation (scale or offset).(package private) final classConversions from units represented by a logarithm in base 10.private static final classInverse ofPowerOf10.(package private) classA converter from decimal degrees to sexagesimal degrees.private static final classThe inverse ofSexagesimalConverter, i.e.Methods in org.apache.sis.measure that return AbstractConverterModifier and TypeMethodDescription(package private) static AbstractConverterCreates a linear converter from the given scale and offset, which may beBigDecimalinstances.