|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.ct.ConvenienceTransformFactory
factory for
------------------------------------------------------------
Field Summary | |
private ConvenienceCSFactory |
csFactory
|
private static ConvenienceTransformFactory |
tfFactory
|
private CoordinateTransformationFactory |
trFactory
|
Constructor Summary | |
private |
ConvenienceTransformFactory()
Creates a new ConvenienceTransformFactory object. |
Method Summary | |
private MathTransform |
getGeogrToProjected(CoordinateSystem src,
CoordinateSystem dest)
retuns a MathTransform object for the transformation of coodinates from a geographic to a projected coodinate systems |
static ConvenienceTransformFactory |
getInstance()
|
private MathTransform |
getProjectedToGeogr(CoordinateSystem src,
CoordinateSystem dest)
retuns a MathTransform object for the transformation of coodinates from a projected to a geographic coodinate systems |
private MathTransform |
getProjectedToProjected(CoordinateSystem src,
CoordinateSystem dest)
retuns a MathTransform object for the transformation of coodinates between two projected coodinate systems |
MathTransform |
getTransform(CoordinateSystem src,
CoordinateSystem dest)
returns a Transform object that's able to perform a coordinate tranformation from the source- to the destination-coordinate system. |
MathTransform |
getTransform(java.lang.String src,
java.lang.String dest)
returns a Transform object that's able to perform a coordinate tranformation from the source- to the destination-coordinate system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static ConvenienceTransformFactory tfFactory
private ConvenienceCSFactory csFactory
private CoordinateTransformationFactory trFactory
Constructor Detail |
private ConvenienceTransformFactory()
Method Detail |
public static ConvenienceTransformFactory getInstance()
public MathTransform getTransform(java.lang.String src, java.lang.String dest) throws java.lang.Exception
src
- source coordinated systemdest
- destination (target) coodinate system
java.lang.Exception
- will be thrown if the desired transformaion isn't possiblepublic MathTransform getTransform(CoordinateSystem src, CoordinateSystem dest) throws java.lang.Exception
src
- source coordinated systemdest
- destination (target) coodinate system
java.lang.Exception
- will be thrown if the desired transformaion isn't possibleprivate MathTransform getGeogrToProjected(CoordinateSystem src, CoordinateSystem dest) throws java.lang.Exception
java.lang.Exception
private MathTransform getProjectedToProjected(CoordinateSystem src, CoordinateSystem dest) throws java.lang.Exception
java.lang.Exception
private MathTransform getProjectedToGeogr(CoordinateSystem src, CoordinateSystem dest) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |