MixedGridResampler
with a location
filter of VIIRSBowtieFilter
to get the same results.@Deprecated public class ACSPOMixedGridResampler extends MixedGridResampler
ACSPOMixedGridResampler
class is a subclass of
MixedGridResampler, but the perform method is overwritten to handle
the VIIRS bow-tie deletion.OVERWRITE_ALWAYS, OVERWRITE_IF_CLOSER, OVERWRITE_NEVER, overwriteMode, rectHeight, rectWidth, sourceFilter
destGrids, destTrans, sourceGrids, sourceTrans
Constructor and Description |
---|
ACSPOMixedGridResampler(EarthTransform sourceTrans,
EarthTransform destTrans,
int rectWidth,
int rectHeight)
Deprecated.
Creates a new grid resampler from the specified source and
destination transforms.
|
Modifier and Type | Method and Description |
---|---|
void |
perform(boolean verbose)
Deprecated.
Performs the resampling operation on all source / destination
pairs.
|
setOverwriteMode, setSourceFilter
addGrid
public ACSPOMixedGridResampler(EarthTransform sourceTrans, EarthTransform destTrans, int rectWidth, int rectHeight)
sourceTrans
- the source earth transform.destTrans
- the destination earth transform.rectWidth
- the source rectangle width.rectHeight
- the source rectangle height.public void perform(boolean verbose)
GridResampler
perform
in class MixedGridResampler
verbose
- true for verbose resampling.