|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Morphing
An interface describing the property to convert pixel positions within two different coordinate systems. Normally, the primary coordinate system is pixel coordinates, while the second one is an underlying system, like ra/dec.
| Method Summary | |
|---|---|
Point2D |
toPrimary(Point2D radec)
Converts a point from the secondary system to the primary. |
Point2D |
toSecondary(Point2D pixel)
Converts a point from the primary to the secondary system. |
| Method Detail |
|---|
Point2D toSecondary(Point2D pixel)
pixel - The image coordinates.
UnsupportedOperationExceptionPoint2D toPrimary(Point2D radec)
radec - A point in the secondary system.
UnsupportedOperationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||