org.geotools.referencing.piecewise
Interface PiecewiseTransform1DElement

All Superinterfaces:
Comparable<DomainElement1D>, DomainElement1D, MathTransform, MathTransform1D, Serializable
All Known Subinterfaces:
ColorMapTransformElement
All Known Implementing Classes:
DefaultLinearPiecewiseTransform1DElement, DefaultPiecewiseTransform1DElement, LinearColorMapElement

public interface PiecewiseTransform1DElement
extends DomainElement1D, MathTransform1D

This interface extends the DomainElement1D interface in order to add the capabilities to perform 1D transformations on its values. Note that to do so it also extends the OGC MathTransform1D interface.

Author:
Simone Giannecchini, GeoSolutions
See Also:
MathTransform1D, DomainElement1D
Module:
modules/library/render (gt-render.jar)

Method Summary
 
Methods inherited from interface DomainElement1D
contains, contains, contains, equals, getName, getRange
 
Methods inherited from interface Comparable
compareTo
 
Methods inherited from interface MathTransform1D
derivative, inverse, transform
 
Methods inherited from interface MathTransform
derivative, getSourceDimensions, getTargetDimensions, isIdentity, toWKT, transform, transform, transform, transform, transform
 



Copyright © 1996-2009 Geotools. All Rights Reserved.