Class MODISSourceImp

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

public class MODISSourceImp extends GenericSourceImp

The MODISSourceImp helps resample MODIS data.

Since:
3.5.0
Author:
Peter Hollemans
  • Method Details

    • getInstance

      public static MODISSourceImp getInstance(EarthTransform sourceTrans)
      Creates a new MODIS resampling helper using the specified transform.
      Parameters:
      sourceTrans - the source transform to use for MODIS swath location data.
    • 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.