Uses of Interface
org.geotools.referencing.piecewise.DomainElement1D

Packages that use DomainElement1D
org.geotools.referencing.piecewise   
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
 

Uses of DomainElement1D in org.geotools.referencing.piecewise
 

Classes in org.geotools.referencing.piecewise with type parameters of type DomainElement1D
 interface Domain1D<T extends DomainElement1D>
          An immutable Domain1D as a list of DomainElement1D.
 

Subinterfaces of DomainElement1D in org.geotools.referencing.piecewise
 interface PiecewiseTransform1DElement
          This interface extends the DomainElement1D interface in order to add the capabilities to perform 1D transformations on its values.
 

Classes in org.geotools.referencing.piecewise that implement DomainElement1D
 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 DefaultPiecewiseTransform1DElement
          Convenience implementation of the DefaultPiecewiseTransform1DElement .
 

Methods in org.geotools.referencing.piecewise with parameters of type DomainElement1D
 int DefaultDomainElement1D.compareTo(DomainElement1D o)
          Base implementation for the Comparable.compareTo(Object) method.
 

Uses of DomainElement1D in org.geotools.renderer.lite.gridcoverage2d
 

Subinterfaces of DomainElement1D in org.geotools.renderer.lite.gridcoverage2d
 interface ColorMapTransformElement
          ColorMapTransformElements are a special type of PiecewiseTransform1DElements that can be used to generate specific renderings as the result of specific transformations applied to the input values.
 

Classes in org.geotools.renderer.lite.gridcoverage2d that implement DomainElement1D
 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.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.