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.operationMethods in org.geotools.api.referencing.operation that return MathTransform1D Modifier and Type Method Description MathTransform1DMathTransform1D. inverse()Creates the inverse transform of this object.
- 
Uses of MathTransform1D in org.geotools.coverage.gridMethods in org.geotools.coverage.grid with parameters of type MathTransform1D Modifier and Type Method Description static LookupTableJAILookupTableFactory. create(int sourceType, int targetType, MathTransform1D[] transforms)Gets a lookup factory
- 
Uses of MathTransform1D in org.geotools.coverage.processingMethods in org.geotools.coverage.processing that return MathTransform1D Modifier and Type Method Description MathTransform1DRangeSpecifier. getSampleToGeophysics()Returns the target "sample to geophysics" transform, ornullif none.Methods in org.geotools.coverage.processing with parameters of type MathTransform1D Modifier and Type Method Description voidRangeSpecifier. 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 aRangeSpecifierinitialised to the specified "sample to geophysics" transform.
- 
Uses of MathTransform1D in org.geotools.referencing.operation.transformClasses in org.geotools.referencing.operation.transform that implement MathTransform1D Modifier and Type Class Description classExponentialTransform1DA one dimensional exponentional transform.classLinearTransform1DA one dimensional, linear transform.classLogarithmicTransform1DA one dimensional, logarithmic transform.Methods in org.geotools.referencing.operation.transform that return MathTransform1D Modifier and Type Method Description static MathTransform1DExponentialTransform1D. create(double base, double scale)Constructs a new exponentional transform.static MathTransform1DLogarithmicTransform1D. create(double base, double offset)Constructs a new logarithmic transform.protected MathTransform1DExponentialTransform1D.Provider. createMathTransform(ParameterValueGroup values)Creates a logarithmic transform from the specified group of parameter values.protected MathTransform1DLogarithmicTransform1D.Provider. createMathTransform(ParameterValueGroup values)Creates a logarithmic transform from the specified group of parameter values.MathTransform1DExponentialTransform1D. inverse()Creates the inverse transform of this object.MathTransform1DLinearTransform1D. inverse()Creates the inverse transform of this object.MathTransform1DLogarithmicTransform1D. inverse()Creates the inverse transform of this object.
 
-