Uses of Class
com.luciad.multidimensional.TLcdDimensionAxis.Builder
Packages that use 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
Methods in com.luciad.multidimensional that return TLcdDimensionAxis.BuilderModifier and TypeMethodDescriptionTLcdDimensionAxis.Builder.all(TLcdDimensionAxis<T> aDimensionAxis) Sets all parameters on the builder based on the given axis.TLcdDimensionAxis.asBuilder()Returns the givenTLcdDimensionAxisas 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 aTLcdDimensionAxiscan be constructed.TLcdDimensionAxis.Builder.positive(boolean aPositive) Sets the direction of axis.TLcdDimensionAxis.Builder.unit(ILcdISO19103UnitOfMeasure aUnit) Sets the unit of this axis.