public interface PiecewiseTransform1DElement extends DomainElement1D
DomainElement1D
interface in order to add the capabilities to perform 1D transformations on its values. Note
that to do so it also extends the OGC MathTransformation
interface.MathTransformation
,
DomainElement1D
Modifier and Type | Method and Description |
---|---|
double |
transform(double value)
Transforms the specified value.
|
contains, contains, contains, equals, getName, getRange
compareTo
double transform(double value) throws TransformationException
value
- The value to transform.TransformationException
- if the value can't be transformed.Copyright © 2006–2016 GeoSolutions. All rights reserved.