Package | Description |
---|---|
it.geosolutions.jaiext.classifier | |
it.geosolutions.jaiext.piecewise |
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 |
DefaultDomain1D<E extends DefaultDomainElement1D>
Convenience implementation of the
Domain1D interface. |
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 . |
Modifier and Type | Method and Description |
---|---|
static boolean |
PiecewiseUtilities.isSorted(DefaultDomainElement1D[] domains)
Checks if the array is sorted
|
Constructor and Description |
---|
DefaultDomain1D(E[] inDomainElements)
Constructor for
DefaultDomain1D . |
Copyright © 2006–2016 GeoSolutions. All rights reserved.