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 | Interface and Description |
---|---|
interface |
PiecewiseTransform1D<T extends PiecewiseTransform1DElement>
The
PiecewiseTransform1D interface extends the Domain1D adding transformation capabilities to it. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDomain1D<E extends DefaultDomainElement1D>
Convenience implementation of the
Domain1D interface. |
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. |
Copyright © 2006–2017 GeoSolutions. All rights reserved.