public class InverseGridResampler extends GridResampler
InverseGridResampler
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 |
---|
InverseGridResampler(EarthTransform sourceTrans,
EarthTransform destTrans,
double polySize)
Creates a new grid resampler from the specified source and
destination transforms.
|
Modifier and Type | Method and Description |
---|---|
void |
perform(boolean verbose)
Performs the resampling operation on all source / destination
pairs.
|
addGrid
public InverseGridResampler(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.