Uses of Interface
org.geotoolkit.referencing.operation.transform.EllipsoidalTransform

Packages that use EllipsoidalTransform
org.geotoolkit.referencing.operation.transform Math transform implementations. 
 

Uses of EllipsoidalTransform in org.geotoolkit.referencing.operation.transform
 

Classes in org.geotoolkit.referencing.operation.transform that implement EllipsoidalTransform
 class GeocentricTransform
          Transforms three dimensional geographic points to geocentric coordinate points.
 class MolodenskyTransform
          Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.
 

Methods in org.geotoolkit.referencing.operation.transform that return EllipsoidalTransform
 EllipsoidalTransform EllipsoidalTransform.forDimensions(boolean source3D, boolean target3D)
          Returns a transform performing the same calculation than this, but using the specified number of dimensions.
 EllipsoidalTransform GeocentricTransform.inverse()
          Returns the inverse of this transform.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.