Uses of Class
com.luciad.multidimensional.TLcdDimension.Builder
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 TLcdDimension.Builder in com.luciad.multidimensional
Modifier and TypeMethodDescriptionTLcdDimension.Builder.addInterval
(TLcdDimensionInterval<T> aInterval) Adds an interval in which data can be available.TLcdDimension.Builder.all
(ILcdDimension<T> aDimension) Sets all parameters on the builder based on the given axis values.TLcdDimension.asBuilder()
Returns the givenTLcdDimensionAxis
as a builder.TLcdDimension.Builder.axis
(TLcdDimensionAxis<T> aAxis) Sets the axis of the dimension data range.static <T> TLcdDimension.Builder
<T> TLcdDimension.newBuilder()
Returns a new builder using which aTLcdDimension
can be constructed.