Uses of Interface
com.luciad.multidimensional.ILcdDimension
Package
Description
Provides support for decoding NetCDF files.
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata
.Model interfaces
General interfaces and implementations to model multi-dimensional data, for example data that can change
over time or can vary in height.
-
Uses of ILcdDimension in com.luciad.format.netcdf
Modifier and TypeMethodDescription<T> ILcdDimension
<T> TLcdNetCDFFilteredModel.getDimension
(TLcdDimensionAxis<T> aAxis) Returns the data ranges for which data is available. -
Uses of ILcdDimension in com.luciad.fusion.tilestore.metadata
Modifier and TypeMethodDescriptionList
<ILcdDimension<?>> TLfnRasterAssetMetadata.RasterAssetPart.getDimensions()
Gets the dimensions of this raster asset part.List
<ILcdDimension<?>> TLfnRasterCoverageMetadata.getDimensions()
Gets the dimensions this coverage has to offer.Modifier and TypeMethodDescriptionTLfnRasterAssetMetadata.RasterAssetPart.Builder.dimensions
(Collection<? extends ILcdDimension> aDimensions) Sets the dimensions of the raster asset part being built by this builder.TLfnRasterCoverageMetadata.Builder.dimensions
(Collection<? extends ILcdDimension<?>> aDimensions) Sets the dimensional filters, used for filtering multi-dimensional data such as NetCDF weather data. -
Uses of ILcdDimension in com.luciad.model
Modifier and TypeMethodDescriptionList
<? extends ILcdDimension<?>> TLcdModelMetadata.getDimensions()
Returns the dimensions of the model.Modifier and TypeMethodDescriptionTLcdModelMetadata.Builder.dimensions
(List<? extends ILcdDimension<?>> aDimensions) Sets the dimensions to use. -
Uses of ILcdDimension in com.luciad.multidimensional
Modifier and TypeMethodDescriptionList
<? extends ILcdDimension<?>> ILcdMultiDimensional.getDimensions()
Gets a list of dimensions, for example time or height, over which this multi-dimensional object is defined.Modifier and TypeMethodDescriptionTLcdDimension.Builder.all
(ILcdDimension<T> aDimension) Sets all parameters on the builder based on the given axis values.