Class AVHRRSourceImp

java.lang.Object
noaa.coastwatch.util.sensor.GenericSourceImp
noaa.coastwatch.util.sensor.AVHRRSourceImp
All Implemented Interfaces:
ResamplingSourceImp

public class AVHRRSourceImp extends GenericSourceImp

The AVHRRSourceImp helps resample AVHRR data.

Since:
3.5.0
Author:
Peter Hollemans
  • Method Details

    • getInstance

      public static AVHRRSourceImp getInstance(EarthTransform sourceTrans)
      Creates a new AVHRR resampling helper using the specified transform.
      Parameters:
      sourceTrans - the source transform to use for AVHRR swath location data.
      Returns:
      the new resampling helper.
    • getWindowSize

      public int getWindowSize()
      Description copied from interface: ResamplingSourceImp
      Gets the width and height of the window to search for the next nearest location during resampling. This is the window inside which the second nearest location may be found.
      Specified by:
      getWindowSize in interface ResamplingSourceImp
      Overrides:
      getWindowSize in class GenericSourceImp
      Returns:
      the window size in pixels.