|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.gml.TransformationFactory
A Tranformation Factory: The Transform object, that this class returns can be used for the transforming. Incoming Data can either be CoordinateSystem or String.
Field Summary | |
private ConvenienceCSFactoryFull |
csFactory
|
private CoordinateTransformationFactory |
trFactory
|
Constructor Summary | |
TransformationFactory()
default constructor: creates a CoordinateTransformationFactory. |
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 |
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 ConvenienceCSFactoryFull csFactory
private CoordinateTransformationFactory trFactory
Constructor Detail |
public TransformationFactory()
Method Detail |
public MathTransform getTransform(java.lang.String src, java.lang.String dest) throws java.lang.Exception
src
- source coordinated system as a Stringdest
- destination (target) coodinate system as a String
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 |