Class ACSPOMixedGridResampler


@Deprecated public class ACSPOMixedGridResampler extends MixedGridResampler
Deprecated.
As of 3.3.1, use MixedGridResampler with a location filter of VIIRSBowtieFilter to get the same results.
The ACSPOMixedGridResampler class is a subclass of MixedGridResampler, but the perform method is overwritten to handle the VIIRS bow-tie deletion.
Since:
3.3.0
Author:
Xiaoming Liu
  • Constructor Details

    • ACSPOMixedGridResampler

      public ACSPOMixedGridResampler(EarthTransform sourceTrans, EarthTransform destTrans, int rectWidth, int rectHeight)
      Deprecated.
      Creates a new grid resampler from the specified source and destination transforms.
      Parameters:
      sourceTrans - the source earth transform.
      destTrans - the destination earth transform.
      rectWidth - the source rectangle width.
      rectHeight - the source rectangle height.
  • Method Details

    • perform

      public void perform(boolean verbose)
      Deprecated.
      Description copied from class: GridResampler
      Performs the resampling operation on all source / destination pairs.
      Overrides:
      perform in class MixedGridResampler
      Parameters:
      verbose - true for verbose resampling.