|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.projection.ellipsoid.transform.TransformFactory
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 |
public TransformFactory()
Method Detail |
public EllipsoidTransform[] getKnownTransforms()
public EllipsoidTransform getTransform(Ellipsoid inFromEllipsoid, Ellipsoid inToEllipsoid)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |