Uses of Class
org.deegree.cs.transformations.polynomial.PolynomialTransformation

Packages that use PolynomialTransformation
org.deegree.cs.transformations.coordinate Coordinate Transformations allow the chaining of operations to map coordinates of one coordinate systems onto a coordinate valid in another coordinate system. 
org.deegree.cs.transformations.polynomial A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
 

Uses of PolynomialTransformation in org.deegree.cs.transformations.coordinate
 

Constructors in org.deegree.cs.transformations.coordinate with parameters of type PolynomialTransformation
DirectTransform(PolynomialTransformation transformation, CRS sourceCRS)
           
DirectTransform(PolynomialTransformation transformation, CRS sourceCRS, CRSResource id)
           
 

Uses of PolynomialTransformation in org.deegree.cs.transformations.polynomial
 

Subclasses of PolynomialTransformation in org.deegree.cs.transformations.polynomial
 class LeastSquareApproximation
          LeastSquareApproximation is a polynomial transformation which uses the least square method to approximate a function given by some measured values.
 



Copyright © 2011. All Rights Reserved.