|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Request
Field Summary | |
protected double |
acquisitionLevel
acquisition level of the request : a value between 0 and 1. |
protected double |
Gi
gain associated with the request : unit gain per square kilometer |
protected Integer |
i
request index |
protected double |
Si
surface of the request in square kilometers |
protected boolean |
Sti
O in case of a mono request, 1 in case of a stereo request |
protected List |
Stri
list of strips associated with this request |
protected int |
Ti
type of the request : 0 for a target, 2 for a polygon |
protected double |
totalGain
total request gain = Gi * Si |
Constructor Summary | |
Request(Integer i,
double Gi,
double Si,
int Ti,
boolean Sti)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Integer i
protected double Gi
protected double Si
protected int Ti
protected boolean Sti
protected double totalGain
protected List Stri
protected double acquisitionLevel
Constructor Detail |
public Request(Integer i, double Gi, double Si, int Ti, boolean Sti)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |