All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.SubSet.SubInterval

java.lang.Object
   |
   +----IMSWG.IW.SubSet.SubInterval

public class SubInterval
extends Object
This class represents the subinterval (granule).


Constructor Index

 o SubInterval(float, float, String, String, LatLonPoint[], float, float, float)
The constructor

Method Index

 o getcoverage()
 o getdatasetID()
 o getfirstrow()
Accessor methods
 o getgranuleID()
 o getlastrow()
 o getmax()
 o getmin()
 o gettotal()

Constructors

 o SubInterval
 public SubInterval(float pmin,
                    float pmax,
                    String pgranuleID,
                    String pdatasetID,
                    LatLonPoint pcoverage[],
                    float ptotal,
                    float frow,
                    float lrow)
The constructor

Methods

 o getfirstrow
 public float getfirstrow()
Accessor methods

 o getlastrow
 public float getlastrow()
 o getmin
 public float getmin()
 o getmax
 public float getmax()
 o gettotal
 public float gettotal()
 o getgranuleID
 public String getgranuleID()
 o getdatasetID
 public String getdatasetID()
 o getcoverage
 public LatLonPoint[] getcoverage()

All Packages  Class Hierarchy  This Package  Previous  Next  Index