Package org.geotools.referencing.piecewise

Interface Summary
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.
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 Summary
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.
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 .
GenericPiecewise<T extends PiecewiseTransform1DElement> Images are created using the GenericPiecewise.CRIF inner class, where "CRIF" stands for ContextualRenderedImageFactory .
MathTransform1DAdapter Adapter class for MathTransform1D.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.