|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transformation
Transformation maps coordinates from one coordinate system to another.
Method Summary | |
---|---|
java.lang.Object |
clone()
Provides a copy of this transformation. |
double[] |
direct(double[] point)
Transforms a given point |
double[] |
inverse(double[] point)
The inverse transformation (if it exists). |
Method Detail |
---|
java.lang.Object clone()
double[] direct(double[] point)
point
- double[] the coordinates to be transformed
(the array's contents will be changed accordingly)
double[] inverse(double[] point) throws java.lang.UnsupportedOperationException
point
- double[] the coordinates to be transformed
(the array's contents will be changed accordingly)
java.lang.UnsupportedOperationException
- If the transformation is
not invertible
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |