Package com.luciad.util
Interface ILcdInterval
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TLcdInterval
This interface defines an one-dimensional interval with a name.
-
Method Details
-
getMin
double getMin()Returns the lower bound of the interval.- Returns:
- the lower bound of the interval.
-
getMax
double getMax()Returns the upper bound of the interval.- Returns:
- the upper bound of the interval.
-
getDisplayName
String getDisplayName()Returns the name of the interval.- Returns:
- the name of the interval.
-