Class Image

java.lang.Object
  |
  +--Image

public class Image
extends Object


Field Summary
protected  int Dirak
          acquisition direction, 0 or 1
protected  GeoPoint geoPointInput
          GeoPoint where the acquisition begins
protected  GeoPoint geoPointOutput
          GeoPoint where the acquisition ends
protected  int k
          index of the image in the list of images lImage
protected  Strip Strak
          strip associated with this image
protected  double Tmaxk
          latest starting time of acquisition
protected  double Tmink
          earliest starting time of acquisition
 
Constructor Summary
Image(Strip Strak, int Dirak, int k)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

k

protected int k
index of the image in the list of images lImage
See Also:
InstanceProblem.lImage

Strak

protected Strip Strak
strip associated with this image

Dirak

protected int Dirak
acquisition direction, 0 or 1

Tmink

protected double Tmink
earliest starting time of acquisition

Tmaxk

protected double Tmaxk
latest starting time of acquisition

geoPointInput

protected GeoPoint geoPointInput
GeoPoint where the acquisition begins

geoPointOutput

protected GeoPoint geoPointOutput
GeoPoint where the acquisition ends
Constructor Detail

Image

public Image(Strip Strak,
             int Dirak,
             int k)