Uses of Class
com.luciad.multidimensional.TLcdDimensionAxis.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 TLcdDimensionAxis.Builder in com.luciad.multidimensional
Modifier and TypeMethodDescriptionTLcdDimensionAxis.Builder.all
(TLcdDimensionAxis<T> aDimensionAxis) Sets all parameters on the builder based on the given axis.TLcdDimensionAxis.asBuilder()
Returns the givenTLcdDimensionAxis
as a builder.TLcdDimensionAxis.Builder.displayName
(String aDisplayName) Sets the display name of the dimension axis.static <T> TLcdDimensionAxis.Builder
<T> TLcdDimensionAxis.newBuilder()
Returns a new builder using which aTLcdDimensionAxis
can be constructed.TLcdDimensionAxis.Builder.positive
(boolean aPositive) Sets the direction of axis.TLcdDimensionAxis.Builder.unit
(ILcdISO19103UnitOfMeasure aUnit) Sets the unit of this axis.