Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
getCoords(double lonDeg, double latDeg)
Gets sampling lon/lat coordinates given some input coordinates.
-