Package com.luciad.imaging
Class ALcdMultilevelImageMosaic.Configuration.Builder
java.lang.Object
com.luciad.imaging.ALcdImage.Configuration.Builder<ALcdMultilevelImageMosaic.Configuration.Builder>
com.luciad.imaging.ALcdMultilevelImageMosaic.Configuration.Builder
- Enclosing class:
ALcdMultilevelImageMosaic.Configuration
public static class ALcdMultilevelImageMosaic.Configuration.Builder
extends ALcdImage.Configuration.Builder<ALcdMultilevelImageMosaic.Configuration.Builder>
Builder for ALcdMultilevelImageMosaic.Configuration objects. Use
ALcdMultilevelImageMosaic.Configuration.newBuilder() to create a new configuration
from scratch, or ALcdMultilevelImageMosaic.Configuration.asBuilder() to copy and
modify an existing configuration.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a new configuration object using the current settings of the builder.levelRelationship
(ELcdLevelRelationship aLevelRelationship) Sets the level relationship of the multilevel image mosaic.numberOfLevels
(int aNumberOfLevels) Sets the number of levels in the multilevel image mosaic.Methods inherited from class com.luciad.imaging.ALcdImage.Configuration.Builder
bounds, imageReference, semantics
-
Method Details
-
build
Description copied from class:ALcdImage.Configuration.Builder
Builds a new configuration object using the current settings of the builder.- Specified by:
build
in classALcdImage.Configuration.Builder<ALcdMultilevelImageMosaic.Configuration.Builder>
- Returns:
- a new
Configuration
object
-
numberOfLevels
Sets the number of levels in the multilevel image mosaic.- Parameters:
aNumberOfLevels
- the number of levels- Returns:
- this builder
-
levelRelationship
public ALcdMultilevelImageMosaic.Configuration.Builder levelRelationship(ELcdLevelRelationship aLevelRelationship) Sets the level relationship of the multilevel image mosaic.- Parameters:
aLevelRelationship
- the level relationship- Returns:
- this builder
-