GOV.nasa.gsfc.sea.util.wcstools
Class worldpos

java.lang.Object
  |
  +--GOV.nasa.gsfc.sea.util.wcstools.worldpos

public class worldpos
extends java.lang.Object


Constructor Summary
worldpos()
           
 
Method Summary
static DoublePoint getPixels(double xpos, double ypos, WCSTransform wcs)
           
static DoublePoint 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 DoublePoint getPosition(double xpix,
                                      double ypix,
                                      WCSTransform wcs)

getPixels

public static DoublePoint getPixels(double xpos,
                                    double ypos,
                                    WCSTransform wcs)