|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Strip
Field Summary | |
protected Request |
associatedRequest
request associated with the strip |
protected Image[] |
cImage
pair of possible acquisitions of the strip. |
protected double |
DUj
duration of the strip acquisition in seconds |
protected double |
fr
ratio between the surface of the strip and the surface of the associated request |
protected GeoPoint |
geoPoint0
geographic points 0 and 1, i.e. first and second ends of the strip |
protected GeoPoint |
geoPoint1
geographic points 0 and 1, i.e. first and second ends of the strip |
protected Integer |
j
index of the strip |
protected Integer |
Rj
index of the request which the strip comes from |
protected double |
SUj
useful surface of the strip in square kilometers |
protected int |
Twj
index of the twin strip in case of a stereo request 0 in case of a mono request |
Constructor Summary | |
Strip(Integer j,
Integer Rj,
int Twj,
double SUj,
double DUj,
GeoPoint geoPoint0,
GeoPoint geoPoint1,
Request associatedRequest)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Integer j
protected Integer Rj
protected int Twj
protected double SUj
protected double DUj
protected GeoPoint geoPoint0
protected GeoPoint geoPoint1
protected Request associatedRequest
protected double fr
protected Image[] cImage
Constructor Detail |
public Strip(Integer j, Integer Rj, int Twj, double SUj, double DUj, GeoPoint geoPoint0, GeoPoint geoPoint1, Request associatedRequest)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |