Uses of Class
com.luciad.imaging.TLcdRasterImageBuilder
Package
Description
Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
-
Uses of TLcdRasterImageBuilder in com.luciad.imaging
Modifier and TypeMethodDescriptionTLcdRasterImageBuilder.imageReference
(ILcdModelReference aImageReference) Set the image reference.TLcdRasterImageBuilder.levelRelationship
(ELcdLevelRelationship aLevelRelationship) Set the level relationshipSet the fallback model to derive unavailable parameters from.static TLcdRasterImageBuilder
TLcdRasterImageBuilder.newBuilder()
Create a new image builder.TLcdRasterImageBuilder.raster
(ILcdMultilevelRaster aMultilevelRaster) Set the source raster to create images from.TLcdRasterImageBuilder.raster
(ILcdRaster aRaster) Set the source raster to create images from.TLcdRasterImageBuilder.samplingMode
(ELcdImageSamplingMode aSamplingMode) Set the image sampling mode.TLcdRasterImageBuilder.semantics
(List<ALcdBandSemantics> aSemantics) Set the image band semantics.