|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObservationMerger
Strategy object used by AbstractMergeableObservations to obtain merged values from a set of Observation
Method Summary | |
---|---|
void |
finishComputation(float[][][] values)
Finish computations, setting the input array to its final values. |
void |
init(float[][][] values)
The values array is initially all MissingData. |
void |
update(float[][][] values,
int w_e,
int w_az,
int w_rn,
Observation obs,
float wt)
Update state |
Method Detail |
---|
void init(float[][][] values)
values
- void update(float[][][] values, int w_e, int w_az, int w_rn, Observation obs, float wt)
values
- the current set of values in the 3D output gridw_e
- elevation indexw_az
- azimuth indexw_rn
- range indexobs
- newObservationwt
- weight of observationvoid finishComputation(float[][][] values)
values
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |