Uses of Class
com.luciad.multidimensional.TLcdDimensionFilter.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 TLcdDimensionFilter.Builder in com.luciad.multidimensional
Modifier and TypeMethodDescriptionTLcdDimensionFilter.Builder.all
(TLcdDimensionFilter aFilter) Sets all the given filter's values on this builder.TLcdDimensionFilter.asBuilder()
Returns a builder filled in with the values of this filter.TLcdDimensionFilter.Builder.clear()
Clears this filter builder such thatfilter.clear().build() == EMPTY_FILTER
istrue
.TLcdDimensionFilter.Builder.filterDimension
(TLcdDimensionAxis<?> aAxis, TLcdDimensionInterval<?> aInterval) Sets the filter value for the given axis to the given interval.static TLcdDimensionFilter.Builder
TLcdDimensionFilter.newBuilder()
Creates a new builder with empty initial values.