Package | Description |
---|---|
it.geosolutions.jaiext.classifier | |
it.geosolutions.jaiext.piecewise |
Modifier and Type | Method and Description |
---|---|
double |
LinearColorMap.transform(double value) |
Position |
LinearColorMap.transform(Position ptSrc,
Position ptDst) |
Modifier and Type | Class and Description |
---|---|
class |
NoninvertibleTransformException
Exception indicating that the defined Transformation is not invertible
|
Modifier and Type | Method and Description |
---|---|
double |
MathTransformation.transform(double value)
Transforms input value using the provided transformation
|
double |
DefaultPassthroughPiecewiseTransform1DElement.transform(double value)
Transforms the specified value.
|
double |
PiecewiseTransform1DElement.transform(double value)
Transforms the specified value.
|
double |
DefaultPiecewiseTransform1DElement.transform(double value)
Transforms the specified value.
|
double |
DefaultPiecewiseTransform1D.transform(double value) |
double |
PiecewiseTransform1D.transform(double value)
Transforms the specified value.
|
Position |
MathTransformation.transform(Position ptSrc,
Position ptDst)
|
Position |
DefaultPassthroughPiecewiseTransform1DElement.transform(Position ptSrc,
Position ptDst)
Transforms the specified
ptSrc and stores the result in ptDst . |
Position |
DefaultPiecewiseTransform1DElement.transform(Position ptSrc,
Position ptDst)
Transforms the specified
ptSrc and stores the result in ptDst . |
Position |
DefaultPiecewiseTransform1D.transform(Position ptSrc,
Position ptDst) |
Copyright © 2006–2015 GeoSolutions. All rights reserved.