public interface Scaling
Band
.Modifier and Type | Field and Description |
---|---|
static Scaling |
IDENTITY
The identity scaling in=out.
|
Modifier and Type | Method and Description |
---|---|
double |
scale(double value)
The forward scaling method.
|
double |
scaleInverse(double value)
The inverse scaling method.
|
static final Scaling IDENTITY
double scale(double value)
value
- the value to be scaleddouble scaleInverse(double value)
value
- the value to be inverse-scaledCopyright © 2014–2022 European Space Agency (ESA). All rights reserved.