gistoolkit.projection.ellipsoid.transform
Class TransformFactory

java.lang.Object
  extended bygistoolkit.projection.ellipsoid.transform.TransformFactory

public class TransformFactory
extends java.lang.Object

Class to contain the list of all known transforms, and to find prepopulated transforms for a given set of ellipsoids.


Constructor Summary
TransformFactory()
          Creates new TransformFactory
 
Method Summary
 EllipsoidTransform[] getKnownTransforms()
          Return the list of know transforms
 EllipsoidTransform getTransform(Ellipsoid inFromEllipsoid, Ellipsoid inToEllipsoid)
          Find the ellipsoid transform and parameters for converting between the given ellipsoids
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformFactory

public TransformFactory()
Creates new TransformFactory

Method Detail

getKnownTransforms

public EllipsoidTransform[] getKnownTransforms()
Return the list of know transforms


getTransform

public EllipsoidTransform getTransform(Ellipsoid inFromEllipsoid,
                                       Ellipsoid inToEllipsoid)
Find the ellipsoid transform and parameters for converting between the given ellipsoids