deegree 2.2 (2008/12/22 11:33 build-3038-official)

Uses of Class
org.deegree.crs.transformations.CRSTransformation

Packages that use CRSTransformation
org.deegree.crs.transformations Transformations are the glue between the different coordinatesystems and projections. 
 

Uses of CRSTransformation in org.deegree.crs.transformations
 

Subclasses of CRSTransformation in org.deegree.crs.transformations
 class ConcatenatedTransform
          The ConcatenatedTransform class allows the connection of two transformations.
 class GeocentricTransform
          The GeocentricTransform class is used to create a transformation between a geocentric CRS (having lat-lon coordinates) and it's geodetic CRS (having x-y-z) coordinates and vice versa.
 class MatrixTransform
          The MatrixTransform class allows transformations using matrices.
 class ProjectionTransform
          The ProjectionTransform class wraps the access to a projection, by calling it's doProjection.
 

Methods in org.deegree.crs.transformations that return CRSTransformation
 CRSTransformation TransformationFactory.createFromCoordinateSystems(CoordinateSystem sourceCRS, CoordinateSystem targetCRS)
          Creates a transformation between two coordinate systems.
 CRSTransformation ConcatenatedTransform.getFirstTransform()
           
 CRSTransformation ConcatenatedTransform.getSecondTransform()
           
 

Methods in org.deegree.crs.transformations with parameters of type CRSTransformation
 boolean CRSTransformation.areInverse(CRSTransformation other)
          Checks if this transformation is the inverse of the other transformation, which means, this.sourceCRS equals other.targetCRS && this.targetCRS == other.sourceCRS.
 

Constructors in org.deegree.crs.transformations with parameters of type CRSTransformation
ConcatenatedTransform(CRSTransformation first, CRSTransformation second)
          Creates a transformation by concatenating two existing transforms.
ConcatenatedTransform(CRSTransformation first, CRSTransformation second, String identifier)
          Creates a transform by concatenating two existing transforms.
 


deegree 2.2 (2008/12/22 11:33 build-3038-official)

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