Uses of Class
com.luciad.earth.util.TLcdEarthMultivaluedDataParameter
Package
Description
Provides support for tiling, multileveling and on-demand loading of arbitrary
datasets.
Contains various utility classes used in the Luciad Earth framework.
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata
.-
Uses of TLcdEarthMultivaluedDataParameter in com.luciad.earth.tileset
Modifier and TypeMethodDescriptionILcdEarthMultivaluedRasterTileSetCoverage.getParameters()
Returns the parameters in the raster. -
Uses of TLcdEarthMultivaluedDataParameter in com.luciad.earth.util
Modifier and TypeMethodDescriptionILcdEarthMultivaluedProvider.getParameters()
Gets the parameters of the multi-valued data.ILcdEarthMultivaluedProviderFactory.getParameters
(ILcdModel aModel) Retrieves all the parameters available in a model -
Uses of TLcdEarthMultivaluedDataParameter in com.luciad.fusion.tilestore.metadata
Modifier and TypeMethodDescriptionTLfnRasterAssetMetadata.getParameters()
Gets the parameters of this raster asset.TLfnRasterAssetMetadata.RasterAssetPart.getParameters()
Gets the parameters of this raster asset part.TLfnRasterCoverageMetadata.getParameters()
Gets the parameters of this raster coverage.Modifier and TypeMethodDescriptionTLfnRasterAssetMetadata.RasterAssetPart.Builder.parameters
(TLcdEarthMultivaluedDataParameter... aParameters) Sets the multivalued parameters of the raster asset part being built by this builder.TLfnRasterCoverageMetadata.Builder.parameters
(TLcdEarthMultivaluedDataParameter... aParameters) Sets the optional multi-valued parameters of the coverage.Modifier and TypeMethodDescriptionTLfnRasterAssetMetadata.RasterAssetPart.Builder.parameters
(Collection<? extends TLcdEarthMultivaluedDataParameter> aParameters) Sets the multivalued parameters of the raster asset part being built by this builder.TLfnRasterCoverageMetadata.Builder.parameters
(Collection<? extends TLcdEarthMultivaluedDataParameter> aParameters) Sets the optional multi-valued parameters of the coverage.