Package | Description |
---|---|
it.geosolutions.jaiext.classifier | |
it.geosolutions.jaiext.piecewise |
Modifier and Type | Interface and Description |
---|---|
interface |
ColorMapTransformElement
ColorMapTransformElement s are a special type of PiecewiseTransform1DElement s that can be used to generate specific renderings as
the result of specific transformations applied to the input values. |
Modifier and Type | Class and Description |
---|---|
class |
ConstantColorMapElement
The
ConstantColorMapElement is a special type of ColorMapTransformElement that is used to render no data values. |
class |
LinearColorMapElement
This
LinearColorMapElement is a special implementation of both PiecewiseTransform1DElement and ColorMapTransformElement
which can be used to do various types of classifications on raster. |
Modifier and Type | Class and Description |
---|---|
class |
GenericPiecewiseOpImage<T extends PiecewiseTransform1DElement>
Images are created using the
GenericPiecewise.CRIF inner class, where "CRIF" stands for
ContextualRenderedImageFactory . |
interface |
PiecewiseTransform1D<T extends PiecewiseTransform1DElement>
The
PiecewiseTransform1D interface extends the Domain1D adding transformation capabilities to it. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConstantPiecewiseTransformElement
Convenience implementation of a
PiecewiseTransform1DElement that can be used to map single values or an interval to a single output value. |
class |
DefaultLinearPiecewiseTransform1DElement
Convenience class for linear transformations that maps an interval to another interval.
|
class |
DefaultPassthroughPiecewiseTransform1DElement
The
DefaultPassthroughPiecewiseTransform1DElement identically maps input values to the output ones. |
class |
DefaultPiecewiseTransform1DElement
Convenience implementation of the
DefaultPiecewiseTransform1DElement . |
Copyright © 2006–2016 GeoSolutions. All rights reserved.