|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Transformation | The Transformation class supplies the most basic method interface for any given transformation. |
A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. In geographic terms this means, that some incoming coordinate in a specified crs, must be transformed into a coordinate valid for some other crs. In general two different transformations can be distinguished:
coordinate
, which defines classes for chaining transformations (e.g. transformation steps). The resulting
concatenated transformation will define a function which transforms coordinates between two different coordinate
systemshelmert
, which transforms coordinates from one euclidean R^3 space into anotherpolynomial
, which transforms coordinates direct between two different coordinate system using a polynomial
functionThe TransformFactory tries to create the appropriate transformation(s) to maps coordinates from one coordinate systems into another.
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |