Interface | Description |
---|---|
Domain1D<T extends DomainElement1D> |
An immutable
Domain1D as a list of DomainElement1D . |
DomainElement1D |
A
DomainElement1D can be seen as a monodimensional range of values with its own label. |
MathTransformation |
Interface used for implementing a new Mathematic transformation.
|
PiecewiseTransform1D<T extends PiecewiseTransform1DElement> |
The
PiecewiseTransform1D interface extends the Domain1D adding transformation capabilities to it. |
PiecewiseTransform1DElement |
This interface extends the
DomainElement1D interface in order to add the capabilities to perform 1D transformations on its values. |
Class | Description |
---|---|
DefaultConstantPiecewiseTransformElement |
Convenience implementation of a
PiecewiseTransform1DElement that can be used to map single values or an interval to a single output value. |
DefaultDomain1D<E extends DefaultDomainElement1D> |
Convenience implementation of the
Domain1D interface. |
DefaultDomainElement1D |
This class implements the
DomainElement1D interface in order to provide basic capabilities for DomainElement1D subclasses. |
DefaultLinearPiecewiseTransform1DElement |
Convenience class for linear transformations that maps an interval to another interval.
|
DefaultPassthroughPiecewiseTransform1DElement |
The
DefaultPassthroughPiecewiseTransform1DElement identically maps input values to the output ones. |
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. |
DefaultPiecewiseTransform1DElement |
Convenience implementation of the
DefaultPiecewiseTransform1DElement . |
GenericPiecewiseCRIF |
RenderedImageFactory used for generating GenericPiecewiseOpImage instances |
GenericPiecewiseDescriptor |
OperationDescriptorImpl for the GenericPiecewise operation. |
GenericPiecewiseOpImage<T extends PiecewiseTransform1DElement> |
Images are created using the
GenericPiecewise.CRIF inner class, where "CRIF" stands for
ContextualRenderedImageFactory . |
PiecewiseUtilities |
Convenience class to group utilities methods for
DomainElement1D and Domain1D implmentations. |
Position |
Class used for indicating a position on a selected axis.
|
SingleDimensionTransformation |
MathTransformation implementation for single-dimensional operations |
SingleDimensionTransformation.ConstantTransform |
SingleDimensionTransformation extension defining Constant transformations |
Exception | Description |
---|---|
NoninvertibleTransformException |
Exception indicating that the defined Transformation is not invertible
|
TransformationException |
Class defining an exception found when doing a transformation
|
Copyright © 2006–2015 GeoSolutions. All rights reserved.