Uses of Interface
org.geotools.api.referencing.operation.MathTransform1D
-
Packages that use MathTransform1D Package Description org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.coverage.grid GridCoverage2D implementation.org.geotools.coverage.processing Coverage processing implementations.org.geotools.referencing.operation.transform Basic implementations of math transforms. -
-
Uses of MathTransform1D in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return MathTransform1D Modifier and Type Method Description MathTransform1D
MathTransform1D. inverse()
Creates the inverse transform of this object. -
Uses of MathTransform1D in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid with parameters of type MathTransform1D Modifier and Type Method Description static LookupTableJAI
LookupTableFactory. create(int sourceType, int targetType, MathTransform1D[] transforms)
Gets a lookup factory -
Uses of MathTransform1D in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that return MathTransform1D Modifier and Type Method Description MathTransform1D
RangeSpecifier. getSampleToGeophysics()
Returns the target "sample to geophysics" transform, ornull
if none.Methods in org.geotools.coverage.processing with parameters of type MathTransform1D Modifier and Type Method Description void
RangeSpecifier. setSampleToGeophysics(MathTransform1D transform)
Set the target "sample to geophysics" transform to the specified value.Constructors in org.geotools.coverage.processing with parameters of type MathTransform1D Constructor Description RangeSpecifier(MathTransform1D transform)
Constructs aRangeSpecifier
initialised to the specified "sample to geophysics" transform. -
Uses of MathTransform1D in org.geotools.referencing.operation.transform
Classes in org.geotools.referencing.operation.transform that implement MathTransform1D Modifier and Type Class Description class
ExponentialTransform1D
A one dimensional exponentional transform.class
LinearTransform1D
A one dimensional, linear transform.class
LogarithmicTransform1D
A one dimensional, logarithmic transform.Methods in org.geotools.referencing.operation.transform that return MathTransform1D Modifier and Type Method Description static MathTransform1D
ExponentialTransform1D. create(double base, double scale)
Constructs a new exponentional transform.static MathTransform1D
LogarithmicTransform1D. create(double base, double offset)
Constructs a new logarithmic transform.protected MathTransform1D
ExponentialTransform1D.Provider. createMathTransform(ParameterValueGroup values)
Creates a logarithmic transform from the specified group of parameter values.protected MathTransform1D
LogarithmicTransform1D.Provider. createMathTransform(ParameterValueGroup values)
Creates a logarithmic transform from the specified group of parameter values.MathTransform1D
ExponentialTransform1D. inverse()
Creates the inverse transform of this object.MathTransform1D
LinearTransform1D. inverse()
Creates the inverse transform of this object.MathTransform1D
LogarithmicTransform1D. inverse()
Creates the inverse transform of this object.
-