Uses of Class
com.luciad.imaging.ALcdMultilevelImageMosaic.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 ALcdMultilevelImageMosaic.Configuration.Builder in com.luciad.imaging
Modifier and TypeMethodDescriptionALcdMultilevelImageMosaic.Configuration.asBuilder()
Creates a builder which is pre-initialized with the properties of thisConfiguration
.ALcdMultilevelImageMosaic.Configuration.Builder.levelRelationship
(ELcdLevelRelationship aLevelRelationship) Sets the level relationship of the multilevel image mosaic.ALcdMultilevelImageMosaic.Configuration.newBuilder()
Creates a new builder which can be used to createConfiguration
objects.ALcdMultilevelImageMosaic.Configuration.Builder.numberOfLevels
(int aNumberOfLevels) Sets the number of levels in the multilevel image mosaic.