Package noaa.coastwatch.util
Class ACSPOMixedGridResampler
java.lang.Object
noaa.coastwatch.util.GridResampler
noaa.coastwatch.util.MixedGridResampler
noaa.coastwatch.util.ACSPOMixedGridResampler
Deprecated.
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
-
Field Summary
Fields inherited from class noaa.coastwatch.util.MixedGridResampler
OVERWRITE_ALWAYS, OVERWRITE_IF_CLOSER, OVERWRITE_NEVER, overwriteMode, rectHeight, rectWidth, sourceFilter
Fields inherited from class noaa.coastwatch.util.GridResampler
destGrids, destTrans, sourceGrids, sourceTrans
-
Constructor Summary
ConstructorDescriptionACSPOMixedGridResampler
(EarthTransform sourceTrans, EarthTransform destTrans, int rectWidth, int rectHeight) Deprecated.Creates a new grid resampler from the specified source and destination transforms. -
Method Summary
Modifier and TypeMethodDescriptionvoid
perform
(boolean verbose) Deprecated.Performs the resampling operation on all source / destination pairs.Methods inherited from class noaa.coastwatch.util.MixedGridResampler
setOverwriteMode, setSourceFilter
Methods inherited from class noaa.coastwatch.util.GridResampler
addGrid
-
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 classMixedGridResampler
- Parameters:
verbose
- true for verbose resampling.
-
MixedGridResampler
with a location filter ofVIIRSBowtieFilter
to get the same results.