Uses of Class
com.luciad.imaging.TLcdImageMosaicBuilder
Package
Description
Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
-
Uses of TLcdImageMosaicBuilder in com.luciad.imaging
Modifier and TypeMethodDescriptionTLcdImageMosaicBuilder.bounds
(ILcdBounds aBounds) Set the mosaic bounds.TLcdImageMosaicBuilder.columnCount
(int aLevel, int aColumnCount) Sets the column count for a level.TLcdImageMosaicBuilder.imageReference
(ILcdModelReference aImageReference) Set the mosaic reference.TLcdImageMosaicBuilder.levelCount
(int aCount) Sets the level count.TLcdImageMosaicBuilder.levelRelationship
(ELcdLevelRelationship aLevelRelationship) Set the level relationship.static TLcdImageMosaicBuilder
TLcdImageMosaicBuilder.newBuilder()
Create a new mosaic builder.TLcdImageMosaicBuilder.rowCount
(int aLevel, int aRowCount) Sets the row count for a level.TLcdImageMosaicBuilder.samplingMode
(ELcdImageSamplingMode aSamplingMode) Set the mosaic sampling mode.TLcdImageMosaicBuilder.semantics
(List<ALcdBandSemantics> aSemantics) Set the mosaic band semantics.TLcdImageMosaicBuilder.tile
(ALcdBasicImage aImage, int aTileX, int aTileY) Add a tile to be used in the mosaic.TLcdImageMosaicBuilder.tile
(ALcdBasicImage aImage, int aLevel, int aTileX, int aTileY) Add a tile to be used in the mosaic.TLcdImageMosaicBuilder.tileGridBounds
(int aLevel, ILcdBounds aTileGridBounds) Sets the bounds for the tile grid of this mosaic.