Uses of Class
com.luciad.multidimensional.TLcdDimensionFilter
Packages that use TLcdDimensionFilter
Package
Description
Provides classes and interfaces for decoding and displaying ASTERIX data.
Provides support for decoding NetCDF files.
This package contains a domain model to represent an NVG 2.0 data source.
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 in com.luciad.format.asterix
Methods in com.luciad.format.asterix that return TLcdDimensionFilterModifier and TypeMethodDescriptionTLcdASTERIXFilteredModel.getDimensionFilter()
Returns the current filtering value of the model.Methods in com.luciad.format.asterix with parameters of type TLcdDimensionFilterModifier and TypeMethodDescriptionvoid
TLcdASTERIXFilteredModel.applyDimensionFilter
(TLcdDimensionFilter aFilter, int aEventMode) -
Uses of TLcdDimensionFilter in com.luciad.format.netcdf
Methods in com.luciad.format.netcdf that return TLcdDimensionFilterMethods in com.luciad.format.netcdf with parameters of type TLcdDimensionFilterModifier and TypeMethodDescriptionvoid
TLcdNetCDFFilteredModel.applyDimensionFilter
(TLcdDimensionFilter aFilter, int aEventMode) -
Uses of TLcdDimensionFilter in com.luciad.format.nvg.nvg20.model
Methods in com.luciad.format.nvg.nvg20.model that return TLcdDimensionFilterModifier and TypeMethodDescriptionTLcdNVG20FilteredModel.getDimensionFilter()
Returns the current filtering value of the model.Methods in com.luciad.format.nvg.nvg20.model with parameters of type TLcdDimensionFilterModifier and TypeMethodDescriptionvoid
TLcdNVG20FilteredModel.applyDimensionFilter
(TLcdDimensionFilter aFilter, int aEventMode) -
Uses of TLcdDimensionFilter in com.luciad.multidimensional
Fields in com.luciad.multidimensional declared as TLcdDimensionFilterModifier and TypeFieldDescriptionstatic final TLcdDimensionFilter
TLcdDimensionFilter.EMPTY_FILTER
A constant defining the empty filter.Methods in com.luciad.multidimensional that return TLcdDimensionFilterModifier and TypeMethodDescriptionTLcdDimensionFilter.Builder.build()
Builds a dimensional filter using this builder's current values.TLcdDimensionFilter.createSnappingFilter
(ILcdMultiDimensionalModel aModel, TLcdDimensionFilter.SnapMode aSnapMode) Returns an exact matching filter value in the given model depending on the value of aSnapMode.ILcdMultiDimensionalModel.getDimensionFilter()
Gets the current dimensional filter, possibly empty but nevernull
.Methods in com.luciad.multidimensional with parameters of type TLcdDimensionFilterModifier and TypeMethodDescriptionTLcdDimensionFilter.Builder.all
(TLcdDimensionFilter aFilter) Sets all the given filter's values on this builder.void
ILcdMultiDimensionalModel.applyDimensionFilter
(TLcdDimensionFilter aFilter, int aEventMode) Applies a given dimensional filter and fires an event accordingly.