Uses of Class
org.apache.sis.referencing.operation.transform.TransferFunction
-
Packages that use TransferFunction Package Description org.apache.sis.coverage Functions that associates positions within a bounded space (its domain) to values (its range).org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points. -
-
Uses of TransferFunction in org.apache.sis.coverage
Methods in org.apache.sis.coverage that return types with arguments of type TransferFunction Modifier and Type Method Description Optional<TransferFunction>
SampleDimension. getTransferFunctionFormula()
Returns the scale factor and offset of the transfer function. -
Uses of TransferFunction in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return TransferFunction Modifier and Type Method Description TransferFunction
TransferFunction. clone()
Returns a clone of this transfer function.
-