InverseGridResampler
which now performs
the exact same operation as this class.@Deprecated public class ACSPOInverseGridResampler extends GridResampler
ACSPOInverseGridResampler
class performs generic data
resampling between 2D earth transforms using an inverse location
lookup method. The steps are as follows:
destGrids, destTrans, sourceGrids, sourceTrans
Constructor and Description |
---|
ACSPOInverseGridResampler(EarthTransform sourceTrans,
EarthTransform destTrans,
double polySize)
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.
|
addGrid
public ACSPOInverseGridResampler(EarthTransform sourceTrans, EarthTransform destTrans, double polySize)
sourceTrans
- the source earth transform.destTrans
- the destination earth transform.polySize
- the estimation polynomial size in kilometers.LocationEstimator
public void perform(boolean verbose)
GridResampler
perform
in class GridResampler
verbose
- true for verbose resampling.