uk.ac.starlink.ttools.task
Interface PixSample.CoordReader

Enclosing class:
PixSample

public static interface PixSample.CoordReader

Interface to turn input coordinate values into coordinate values suitable for pixel sampling.


Method Summary
 double[] getCoords(double lonDeg, double latDeg)
          Gets sampling lon/lat coordinates given some input coordinates.
 

Method Detail

getCoords

double[] getCoords(double lonDeg,
                   double latDeg)
Gets sampling lon/lat coordinates given some input coordinates.

Parameters:
lonDeg - first input coordinate
latDeg - second input coordinate
Returns:
(lon,lat) array of coordinates giving sampling position


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.