Uses of Class
com.luciad.imaging.ALcdImageMosaic.Configuration.Builder
Package
Description
Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
-
Uses of ALcdImageMosaic.Configuration.Builder in com.luciad.imaging
Modifier and TypeMethodDescriptionALcdImageMosaic.Configuration.asBuilder()
Creates a builder which is pre-initialized with the properties of thisConfiguration
.ALcdImageMosaic.Configuration.Builder.columnCount
(long aColumnCount) Sets the mosaic's column count.ALcdImageMosaic.Configuration.newBuilder()
Creates a new builder which can be used to createConfiguration
objects.ALcdImageMosaic.Configuration.Builder.pixelSizeX
(double aPixelSizeX) Sets the approximate size of a single mosaic pixel along the X axis in model coordinates.ALcdImageMosaic.Configuration.Builder.pixelSizeY
(double aPixelSizeY) Sets the approximate size of a single mosaic pixel along the Y axis in model coordinates.ALcdImageMosaic.Configuration.Builder.rowCount
(long aRowCount) Sets the mosaic's row count.ALcdImageMosaic.Configuration.Builder.samplingMode
(ELcdImageSamplingMode aSamplingMode) Sets the sampling mode of the image.ALcdImageMosaic.Configuration.Builder.tileGridBounds
(ILcdBounds aTileGridBounds) Sets the bounds for the tile grid of this image.