Uses of Class
org.apache.sis.referencing.operation.transform.LogarithmicTransform1D
Packages that use LogarithmicTransform1D
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of LogarithmicTransform1D in org.apache.sis.referencing.operation.transform
Subclasses of LogarithmicTransform1D in org.apache.sis.referencing.operation.transformModifier and TypeClassDescription(package private) static final class
Special case for base 10 taking advantage of extra precision provided byMath.log10(double)
.Fields in org.apache.sis.referencing.operation.transform declared as LogarithmicTransform1DModifier and TypeFieldDescriptionprivate static final LogarithmicTransform1D
LogarithmicTransform1D.NATURAL
The unique instance of the natural logarithmic transform.Methods in org.apache.sis.referencing.operation.transform with parameters of type LogarithmicTransform1DModifier and TypeMethodDescription(package private) final org.opengis.referencing.operation.MathTransform
ExponentialTransform1D.concatenateLog
(LogarithmicTransform1D other, boolean applyOtherFirst) Constructors in org.apache.sis.referencing.operation.transform with parameters of type LogarithmicTransform1DModifierConstructorDescription(package private)
Constructs a new exponential transform which is the inverse of the supplied logarithmic transform.