| Package | Description |
|---|---|
| org.geotools.coverage.grid |
GridCoverage2D implementation.
|
| org.geotools.coverage.processing |
Coverage processing
implementations.
|
| org.geotools.referencing.operation.transform |
Basic implementations of math transforms.
|
| org.opengis.referencing.operation |
Coordinate operations
(relationship between any two coordinate reference systems).
|
| Modifier and Type | Method and Description |
|---|---|
static LookupTableJAI |
LookupTableFactory.create(int sourceType,
int targetType,
MathTransform1D[] transforms)
Gets a lookup factory
|
| Modifier and Type | Method and Description |
|---|---|
MathTransform1D |
RangeSpecifier.getSampleToGeophysics()
Returns the target "sample to geophysics" transform, or
null if none. |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeSpecifier.setSampleToGeophysics(MathTransform1D transform)
Set the target "sample to geophysics" transform to the specified value.
|
| Constructor and Description |
|---|
RangeSpecifier(MathTransform1D transform)
Constructs a
RangeSpecifier initialised to the specified "sample to geophysics"
transform. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialTransform1D
A one dimensional exponentional transform.
|
class |
LinearTransform1D
A one dimensional, linear transform.
|
class |
LogarithmicTransform1D
A one dimensional, logarithmic transform.
|
| Modifier and Type | Method and 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 |
LogarithmicTransform1D.inverse()
Creates the inverse transform of this object.
|
MathTransform1D |
LinearTransform1D.inverse()
Creates the inverse transform of this object.
|
| Modifier and Type | Method and Description |
|---|---|
MathTransform1D |
MathTransform1D.inverse()
Creates the inverse transform of this object.
|
Copyright © 1996–2019 Geotools. All rights reserved.