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, sourceFilterFields inherited from class noaa.coastwatch.util.GridResampler
destGrids, destTrans, sourceGrids, sourceTrans -
Constructor Summary
ConstructorsConstructorDescriptionACSPOMixedGridResampler(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 TypeMethodDescriptionvoidperform(boolean verbose) Deprecated.Performs the resampling operation on all source / destination pairs.Methods inherited from class noaa.coastwatch.util.MixedGridResampler
setOverwriteMode, setSourceFilterMethods 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:GridResamplerPerforms the resampling operation on all source / destination pairs.- Overrides:
performin classMixedGridResampler- Parameters:
verbose- true for verbose resampling.
-
MixedGridResamplerwith a location filter ofVIIRSBowtieFilterto get the same results.