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 | Interface and Description |
---|---|
interface |
Domain1D<T extends DomainElement1D>
An immutable
Domain1D as a list of DomainElement1D . |
Modifier and Type | Interface and Description |
---|---|
interface |
PiecewiseTransform1DElement
This interface extends the
DomainElement1D interface in order to add the capabilities to perform 1D transformations on its values. |
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 |
DefaultDomainElement1D
This class implements the
DomainElement1D interface in order to provide basic capabilities for DomainElement1D subclasses. |
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 |
---|---|
int |
DefaultDomainElement1D.compareTo(DomainElement1D o)
Base implementation for the
Comparable.compareTo(Object) method. |
static void |
PiecewiseUtilities.domainElementsOverlap(DomainElement1D[] domainElements,
int idx)
Checks whether or not two DomainElement1Ds input range overlaps
|
Copyright © 2006–2018 GeoSolutions. All rights reserved.