Uses of Class
org.deegree.crs.LeastSquareTransformationType

Packages that use LeastSquareTransformationType
org.deegree.crs   
 

Uses of LeastSquareTransformationType in org.deegree.crs
 

Fields in org.deegree.crs declared as LeastSquareTransformationType
protected  LeastSquareTransformationType AbstractCRS.PolynomialTransformation.leastsquare
           
 

Fields in org.deegree.crs with type parameters of type LeastSquareTransformationType
protected  List<LeastSquareTransformationType> TransformationDefinitions.leastSquare
           
 

Methods in org.deegree.crs that return LeastSquareTransformationType
 LeastSquareTransformationType ObjectFactory.createLeastSquareTransformationType()
          Create an instance of LeastSquareTransformationType
 LeastSquareTransformationType AbstractCRS.PolynomialTransformation.getLeastsquare()
          Gets the value of the leastsquare property.
 

Methods in org.deegree.crs that return types with arguments of type LeastSquareTransformationType
 List<LeastSquareTransformationType> TransformationDefinitions.getLeastSquare()
          Gets the value of the leastSquare property.
 

Methods in org.deegree.crs with parameters of type LeastSquareTransformationType
 void AbstractCRS.PolynomialTransformation.setLeastsquare(LeastSquareTransformationType value)
          Sets the value of the leastsquare property.
 



Copyright © 2011. All Rights Reserved.