Uses of Enum Class
com.luciad.imaging.ELcdImageSamplingMode
Packages that use ELcdImageSamplingMode
Package
Description
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata.Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
-
Uses of ELcdImageSamplingMode in com.luciad.fusion.tilestore.metadata
Methods in com.luciad.fusion.tilestore.metadata that return ELcdImageSamplingModeModifier and TypeMethodDescriptionTLfnRasterAssetMetadata.RasterAssetPart.getSamplingMode()Gets the sampling mode of this raster asset part.TLfnRasterCoverageMetadata.getSamplingMode()Gets the sampling mode of this coverage.Methods in com.luciad.fusion.tilestore.metadata with parameters of type ELcdImageSamplingModeModifier and TypeMethodDescriptionTLfnRasterAssetMetadata.RasterAssetPart.Builder.samplingMode(ELcdImageSamplingMode aSamplingMode) Sets the sampling mode for this asset part.TLfnRasterCoverageMetadata.Builder.samplingMode(ELcdImageSamplingMode aSamplingMode) Sets the sampling mode for this coverage. -
Uses of ELcdImageSamplingMode in com.luciad.imaging
Methods in com.luciad.imaging that return ELcdImageSamplingModeModifier and TypeMethodDescriptionALcdBasicImage.Configuration.getSamplingMode()Returns the sampling mode of the imageALcdImageMosaic.Configuration.getSamplingMode()Returns the sampling mode of the image.static ELcdImageSamplingModeReturns the enum constant of this class with the specified name.static ELcdImageSamplingMode[]ELcdImageSamplingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.imaging with parameters of type ELcdImageSamplingModeModifier and TypeMethodDescriptionALcdBasicImage.Configuration.Builder.samplingMode(ELcdImageSamplingMode aSamplingMode) Sets the sampling mode of the image.ALcdImageMosaic.Configuration.Builder.samplingMode(ELcdImageSamplingMode aSamplingMode) Sets the sampling mode of the image.TLcdImageBuilder.samplingMode(ELcdImageSamplingMode aSamplingMode) Set the image sampling mode.TLcdImageMosaicBuilder.samplingMode(ELcdImageSamplingMode aSamplingMode) Set the mosaic sampling mode.TLcdRasterImageBuilder.samplingMode(ELcdImageSamplingMode aSamplingMode) Set the image sampling mode.