jsky.coords
Class worldpos

java.lang.Object
  extended by jsky.coords.worldpos

public class worldpos
extends java.lang.Object


Constructor Summary
worldpos()
           
 
Method Summary
static java.awt.geom.Point2D.Double getPixels(double xpos, double ypos, WCSTransform wcs)
           
static java.awt.geom.Point2D.Double getPosition(double xpix, double ypix, WCSTransform wcs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

worldpos

public worldpos()
Method Detail

getPosition

public static java.awt.geom.Point2D.Double getPosition(double xpix,
                                                       double ypix,
                                                       WCSTransform wcs)

getPixels

public static java.awt.geom.Point2D.Double getPixels(double xpos,
                                                     double ypos,
                                                     WCSTransform wcs)