Uses of Interface
org.geotools.ct.MathTransform1D

Packages that use MathTransform1D
org.geotools.ct Coordinate Transformations implementation.  
org.geotools.cv Coverage implementation.  
org.geotools.gp Grid coverage processing implementation.  
 

Uses of MathTransform1D in org.geotools.ct
 

Fields in org.geotools.ct declared as MathTransform1D
static MathTransform1D MathTransform1D.IDENTITY
          Deprecated. The one dimensional identity transform.
 

Uses of MathTransform1D in org.geotools.cv
 

Methods in org.geotools.cv that return MathTransform1D
 MathTransform1D Category.getSampleToGeophysics()
          Deprecated. Returns a transform from sample values to geophysics values.
 MathTransform1D SampleDimension.getSampleToGeophysics()
          Deprecated. Returns a transform from sample values to geophysics values.
 

Methods in org.geotools.cv with parameters of type MathTransform1D
 Category Category.rescale(MathTransform1D sampleToGeophysics)
          Deprecated. Changes the mapping from sample to geophysics values.
 

Constructors in org.geotools.cv with parameters of type MathTransform1D
Category(java.lang.String name, java.awt.Color[] colors, NumberRange sampleValueRange, MathTransform1D sampleToGeophysics)
          Deprecated. Construct a qualitative or quantitative category for samples in the specified range.
 

Uses of MathTransform1D in org.geotools.gp
 

Methods in org.geotools.gp that return MathTransform1D
 MathTransform1D RangeSpecifier.getSampleToGeophysics()
          Deprecated. Returns the target "sample to geophysics" transform, or null if none.
 

Methods in org.geotools.gp with parameters of type MathTransform1D
 void RangeSpecifier.setSampleToGeophysics(MathTransform1D transform)
          Deprecated. Set the target "sample to geophysics" transform to the specified value.
 

Constructors in org.geotools.gp with parameters of type MathTransform1D
RangeSpecifier(MathTransform1D transform)
          Deprecated. Construct a RangeSpecifier initialised to the specified "sample to geophysics" transform.
 



Copyright © GeoTools. All Rights Reserved.