Uses of Interface
org.geotools.api.referencing.operation.MathTransform1D
Packages that use MathTransform1D
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
GridCoverage2D implementation.
Coverage processing
implementations.
Basic implementations of math transforms.
-
Uses of MathTransform1D in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return MathTransform1DModifier and TypeMethodDescriptionMathTransform1D.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 MathTransform1DModifier and TypeMethodDescriptionstatic 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 MathTransform1DModifier and TypeMethodDescriptionRangeSpecifier.getSampleToGeophysics()
Returns the target "sample to geophysics" transform, ornull
if none.Methods in org.geotools.coverage.processing with parameters of type MathTransform1DModifier and TypeMethodDescriptionvoid
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 MathTransform1DModifierConstructorDescriptionRangeSpecifier
(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 MathTransform1DModifier and TypeClassDescriptionclass
A one dimensional exponentional transform.class
A one dimensional, linear transform.class
A one dimensional, logarithmic transform.Methods in org.geotools.referencing.operation.transform that return MathTransform1DModifier and TypeMethodDescriptionstatic 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.ExponentialTransform1D.inverse()
Creates the inverse transform of this object.LinearTransform1D.inverse()
Creates the inverse transform of this object.LogarithmicTransform1D.inverse()
Creates the inverse transform of this object.