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

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

Uses of Domain1D in org.geotools.referencing.piecewise
 

Subinterfaces of Domain1D in org.geotools.referencing.piecewise
 interface PiecewiseTransform1D<T extends PiecewiseTransform1DElement>
          The PiecewiseTransform1D interface extends the Domain1D adding transformation capabilities to it.
 

Classes in org.geotools.referencing.piecewise that implement Domain1D
 class DefaultDomain1D<E extends DefaultDomainElement1D>
          Convenience implementation of the Domain1D interface.
 class 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.
 

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

Subinterfaces of Domain1D in org.geotools.renderer.lite.gridcoverage2d
 interface ColorMapTransform<T extends ColorMapTransformElement>
          A ColorMapTransform is a special sub-interface of PiecewiseTransform1D that can be used to render raw data.
 

Classes in org.geotools.renderer.lite.gridcoverage2d that implement Domain1D
 class LinearColorMap
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.