Package | Description |
---|---|
it.geosolutions.jaiext.piecewise |
Modifier and Type | Class and Description |
---|---|
class |
SingleDimensionTransformation
MathTransformation implementation for single-dimensional operations |
static class |
SingleDimensionTransformation.ConstantTransform
SingleDimensionTransformation extension defining Constant transformations |
Modifier and Type | Method and Description |
---|---|
static MathTransformation |
PiecewiseUtilities.createLinearTransform1D(double scale,
double offset)
Returns a linear transform with the supplied scale and offset values.
|
static MathTransformation |
PiecewiseUtilities.createLinearTransform1D(Range sourceRange,
Range destinationRange)
Create a linear transform mapping values from
sampleValueRange to geophysicsValueRange . |
protected MathTransformation |
DefaultPiecewiseTransform1DElement.getTransform()
Getter for the underlying
MathTransformation . |
MathTransformation |
DefaultPassthroughPiecewiseTransform1DElement.inverse() |
MathTransformation |
DefaultPiecewiseTransform1DElement.inverse()
Returns the inverse of this
MathTransformation instance |
MathTransformation |
DefaultConstantPiecewiseTransformElement.inverse()
The transformation we are specifying here is not always invertible, well, to be honest, strictly speaking it never really is.
|
MathTransformation |
MathTransformation.inverseTransform()
Returns the inverse transformation of the current transform
|
MathTransformation |
SingleDimensionTransformation.inverseTransform() |
Modifier and Type | Method and Description |
---|---|
static DefaultPiecewiseTransform1DElement |
DefaultPiecewiseTransform1DElement.create(String string,
Range range,
MathTransformation mathTransform1D) |
protected void |
DefaultPiecewiseTransform1DElement.setInverse(MathTransformation mathTransform) |
protected void |
DefaultPiecewiseTransform1DElement.setTransform(MathTransformation transform) |
Constructor and Description |
---|
DefaultPiecewiseTransform1DElement(CharSequence name,
Range valueRange,
MathTransformation transform)
Public constructor for building a
DomainElement1D which applies the specified transformation on the values that fall into its
definition range. |
Copyright © 2006–2015 GeoSolutions. All rights reserved.