deegree 2.3 (2010/04/09 10:10 build-4-official)

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

Packages that use PolynomialTransformation
org.deegree.crs.configuration.deegree   
org.deegree.crs.coordinatesystems The coordinatesystems package holds the different coordinatesystems used by the org.deegree.crs packages. 
org.deegree.crs.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.crs.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.crs.configuration.deegree
 

Methods in org.deegree.crs.configuration.deegree that return PolynomialTransformation
protected  PolynomialTransformation CRSParser.getTransformation(Element transformationElement)
          Parses the transformation variables from the given crs:coordinatesystem/crs:polynomialTransformation element.
 

Methods in org.deegree.crs.configuration.deegree that return types with arguments of type PolynomialTransformation
protected  List<PolynomialTransformation> CRSParser.parseAlternativeTransformations(Element crsElement)
          Parse all polynomial transformations for a given crs.
 

Uses of PolynomialTransformation in org.deegree.crs.coordinatesystems
 

Methods in org.deegree.crs.coordinatesystems that return PolynomialTransformation
 PolynomialTransformation CoordinateSystem.getDirectTransformation(CoordinateSystem targetCRS)
           
 

Methods in org.deegree.crs.coordinatesystems that return types with arguments of type PolynomialTransformation
 List<PolynomialTransformation> CoordinateSystem.getTransformations()
           
 

Constructor parameters in org.deegree.crs.coordinatesystems with type arguments of type PolynomialTransformation
CoordinateSystem(List<PolynomialTransformation> transformations, Datum geodeticDatum, Axis[] axisOrder, Identifiable identity)
           
GeocentricCRS(List<PolynomialTransformation> transformations, GeodeticDatum usedDatum, Axis[] axisOrder, Identifiable identity)
           
GeographicCRS(List<PolynomialTransformation> transformations, GeodeticDatum usedDatum, Axis[] axisOrder, Identifiable id)
           
ProjectedCRS(List<PolynomialTransformation> transformations, Projection projection, Axis[] axisOrder, Identifiable identity)
           
 

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

Constructors in org.deegree.crs.transformations.coordinate with parameters of type PolynomialTransformation
DirectTransform(PolynomialTransformation transformation, CoordinateSystem sourceCRS)
           
DirectTransform(PolynomialTransformation transformation, CoordinateSystem sourceCRS, Identifiable id)
           
 

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

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


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org