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

Uses of Class
org.deegree.crs.exceptions.TransformationException

Packages that use TransformationException
org.deegree.crs.transformations A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
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.helmert A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
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. 
org.deegree.model.crs   
 

Uses of TransformationException in org.deegree.crs.transformations
 

Methods in org.deegree.crs.transformations that throw TransformationException
 Transformation TransformationFactory.createFromCoordinateSystems(CoordinateSystem sourceCRS, CoordinateSystem targetCRS)
          Creates a transformation between two coordinate systems.
 void Transformation.doTransform(double[] srcCoords, int startPositionSrc, double[] destCoords, int startPositionDest, int lastCoord)
          Wraps the incoming coordinates into a List and calls the Transformation.doTransform(List).
abstract  List<javax.vecmath.Point3d> Transformation.doTransform(List<javax.vecmath.Point3d> srcPts)
          Do a transformation, e.g. the incoming data will be transformed into other coordinates.
 javax.vecmath.Point3d Transformation.doTransform(javax.vecmath.Point3d coordinate)
          Transforms a single point3d (by calling the doTransform( List).
 

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

Methods in org.deegree.crs.transformations.coordinate that throw TransformationException
 List<javax.vecmath.Point3d> ProjectionTransform.doTransform(List<javax.vecmath.Point3d> srcPts)
           
 List<javax.vecmath.Point3d> NotSupportedTransformation.doTransform(List<javax.vecmath.Point3d> srcPts)
           
 List<javax.vecmath.Point3d> DirectTransform.doTransform(List<javax.vecmath.Point3d> srcPts)
           
 List<javax.vecmath.Point3d> ConcatenatedTransform.doTransform(List<javax.vecmath.Point3d> srcPts)
           
 

Uses of TransformationException in org.deegree.crs.transformations.helmert
 

Methods in org.deegree.crs.transformations.helmert that throw TransformationException
 List<javax.vecmath.Point3d> Helmert.doTransform(List<javax.vecmath.Point3d> srcPts)
           
 

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

Methods in org.deegree.crs.transformations.polynomial that throw TransformationException
 List<javax.vecmath.Point3d> LeastSquareApproximation.applyPolynomial(List<javax.vecmath.Point3d> srcPts)
           
abstract  List<javax.vecmath.Point3d> PolynomialTransformation.applyPolynomial(List<javax.vecmath.Point3d> srcPoints)
          The central method, which actually transforms the points by applying the implemented polynomial.
 List<javax.vecmath.Point3d> PolynomialTransformation.doTransform(List<javax.vecmath.Point3d> srcPts)
           
 

Uses of TransformationException in org.deegree.model.crs
 

Constructors in org.deegree.model.crs with parameters of type TransformationException
CRSTransformationException(TransformationException origException)
          Creates an transformation exception with the given exception.
 


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