Uses of Enum Class
com.luciad.multidimensional.TLcdDimensionInterval.Closure
Packages that use TLcdDimensionInterval.Closure
Package
Description
General interfaces and implementations to model multi-dimensional data, for example data that can change
over time or can vary in height.
-
Uses of TLcdDimensionInterval.Closure in com.luciad.multidimensional
Methods in com.luciad.multidimensional that return TLcdDimensionInterval.ClosureModifier and TypeMethodDescriptionTLcdDimensionInterval.getClosureMax()
Returns the closure of the maximum value of this interval.TLcdDimensionInterval.getClosureMin()
Returns the closure of the minimum value of this interval.Returns the enum constant of this class with the specified name.static TLcdDimensionInterval.Closure[]
TLcdDimensionInterval.Closure.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.multidimensional with parameters of type TLcdDimensionInterval.ClosureModifier and TypeMethodDescriptionstatic <T extends Comparable<? super T>>
TLcdDimensionInterval<T> TLcdDimensionInterval.create
(Class<T> aType, T aMin, TLcdDimensionInterval.Closure aClosureMin, T aMax, TLcdDimensionInterval.Closure aClosureMax) Creates aTLcdDimensionInterval
instance using a min and max value and closures.