public class Bbox extends Object
Constructor and Description |
---|
Bbox(double tmin,
double smin,
double tmax,
double smax)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getSpectralMax()
Returns the maximum spectral value.
|
double |
getSpectralMin()
Returns the minimum spectral value.
|
double |
getTimeMax()
Returns the maximum time value.
|
double |
getTimeMin()
Returns the minimum time value.
|
boolean |
isInside(Position pos)
Indicates whether a given position is within this bounding box.
|
String |
toString() |
public Bbox(double tmin, double smin, double tmax, double smax)
tmin
- minimum time valuesmin
- minimum spectral valuetmax
- maximum time valuesmax
- maximum spectral valuepublic double getTimeMin()
public double getSpectralMin()
public double getTimeMax()
public double getSpectralMax()
public boolean isInside(Position pos)
pos
- positionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.