Uses of Enum Class
com.luciad.imaging.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
Modifier and TypeMethodDescriptionTLfnRasterAssetMetadata.RasterAssetPart.getSamplingMode()
Gets the sampling mode of this raster asset part.TLfnRasterCoverageMetadata.getSamplingMode()
Gets the sampling mode of this coverage.Modifier 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
Modifier and TypeMethodDescriptionALcdBasicImage.Configuration.getSamplingMode()
Returns the sampling mode of the imageALcdImageMosaic.Configuration.getSamplingMode()
Returns the sampling mode of the image.static ELcdImageSamplingMode
Returns 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.Modifier 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.