Package | Description |
---|---|
it.geosolutions.jaiext.classifier | |
it.geosolutions.jaiext.piecewise |
Modifier and Type | Interface and Description |
---|---|
interface |
ColorMapTransform<T extends ColorMapTransformElement>
A
ColorMapTransform is a special sub-interface of PiecewiseTransform1D that can be used to render raw data. |
Modifier and Type | Class and Description |
---|---|
class |
LinearColorMap
ColorMapTransform implementation defining a linear colormap transformation |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPiecewiseTransform1D<T extends DefaultPiecewiseTransform1DElement>
Convenience implementation of the
PiecewiseTransform1D interface which subclass the DefaultDomain1D class in order to provide a
suitable framework to handle a list of PiecewiseTransform1DElement s. |
Modifier and Type | Method and Description |
---|---|
RenderedOp |
GenericPiecewiseDescriptor.create(RenderedImage source0,
PiecewiseTransform1D domain1D,
Integer bandIndex,
ROI roi,
Range nodata,
RenderingHints hints)
Static create method returning a new image passed by the GenericPiecewise operation
|
Constructor and Description |
---|
GenericPiecewiseOpImage(RenderedImage image,
PiecewiseTransform1D<T> lic,
ImageLayout layout,
Integer bandIndex,
ROI roi,
Range nodata,
RenderingHints hints,
boolean cobbleSources)
Constructs a new
RasterClassifier . |
Copyright © 2006–2018 GeoSolutions. All rights reserved.