Uses of Interface
org.opengis.referencing.operation.MathTransform1D
Packages that use MathTransform1D
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Conversions or transformations of multi-dimensional coordinate tuples.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of MathTransform1D in org.apache.sis.coverage
Methods in org.apache.sis.coverage that return types with arguments of type MathTransform1DModifier and TypeMethodDescriptionCategory.getTransferFunction()Returns the transfer function from sample values to real values in units of measurement.SampleDimension.getTransferFunction()Returns the transfer function from sample values to real values.Methods in org.apache.sis.coverage with parameters of type MathTransform1DModifier and TypeMethodDescriptionSampleDimension.Builder.addQuantitative(CharSequence name, NumberRange<?> samples, MathTransform1D toUnits, Unit<?> units) Constructs a quantitative category for all samples in the specified range of values.Constructors in org.apache.sis.coverage with parameters of type MathTransform1DModifierConstructorDescriptionprotectedCategory(CharSequence name, NumberRange<?> samples, MathTransform1D toUnits, Unit<?> units, DoubleToIntFunction toNaN) Constructs a qualitative or quantitative category. -
Uses of MathTransform1D in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid with parameters of type MathTransform1DModifier and TypeMethodDescriptionGridCoverageProcessor.convert(GridCoverage source, MathTransform1D[] converters, Function<SampleDimension.Builder, SampleDimension> sampleDimensionModifier) Returns a coverage with sample values converted by the given functions. -
Uses of MathTransform1D in org.apache.sis.image
Methods in org.apache.sis.image with parameters of type MathTransform1DModifier and TypeMethodDescriptionImageProcessor.convert(RenderedImage source, NumberRange<?>[] sourceRanges, MathTransform1D[] converters, DataType targetType) Returns an image with sample values converted by the given functions. -
Uses of MathTransform1D in org.apache.sis.measure
Methods in org.apache.sis.measure with parameters of type MathTransform1DModifier and TypeMethodDescriptionNumberRange<?> NumberRange.transform(MathTransform1D converter) Returns this range converted using the given converter. -
Uses of MathTransform1D in org.apache.sis.referencing.operation.transform
Classes in org.apache.sis.referencing.operation.transform that implement MathTransform1DModifier and TypeClassDescriptionclassBase class for math transforms that are known to be one-dimensional in all cases.protected static classBase class for implementation of inverse math transforms.Methods in org.apache.sis.referencing.operation.transform that return MathTransform1DModifier and TypeMethodDescriptionstatic MathTransform1DMathTransforms.concatenate(MathTransform1D tr1, MathTransform1D tr2) Concatenates the given one-dimensional transforms.static MathTransform1DMathTransforms.concatenate(MathTransform1D tr1, MathTransform1D tr2, MathTransform1D tr3) Concatenates the three given one-dimensional transforms.static MathTransform1DMathTransforms.convert(UnitConverter converter) Converts the given unit converter to a math transform.TransferFunction.getTransform()Returns the transform from sample values to geophysics values, as specified by the current properties of thisTransferFunction.static MathTransform1DMathTransforms.interpolate(double[] preimage, double[] values) Creates a transform for the y=f(x) function where y are computed by a linear interpolation.AbstractMathTransform1D.inverse()Returns the inverse transform of this object.abstract MathTransform1DAbstractMathTransform1D.Inverse.inverse()Returns the inverse of this math transform.Methods in org.apache.sis.referencing.operation.transform with parameters of type MathTransform1DModifier and TypeMethodDescriptionstatic MathTransform1DMathTransforms.concatenate(MathTransform1D tr1, MathTransform1D tr2) Concatenates the given one-dimensional transforms.static MathTransform1DMathTransforms.concatenate(MathTransform1D tr1, MathTransform1D tr2, MathTransform1D tr3) Concatenates the three given one-dimensional transforms.voidTransferFunction.setTransform(MathTransform1D function) Sets the transform from sample values to geophysics values. -
Uses of MathTransform1D in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return MathTransform1DModifier and TypeMethodDescriptionMathTransform1D.inverse()Creates the inverse transform of this object.