BuildRasterPyramidsParameters class final

Options that control how pyramids are built for a raster.

Create an instance of this class, configure the desired properties, and pass it to RasterPyramids.buildPyramids.

These parameters apply to creation of pyramids in an external pyramid file (.ovr) for a file-based raster.

Implemented types

Constructors

BuildRasterPyramidsParameters()
Creates a build pyramids parameters object.
factory

Properties

compressionType RasterPyramidCompressionType
The compression type to use when building pyramids.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jpegCompressionQuality int
The JPEG compression quality to use when building pyramids.
getter/setter pair
maximumLevelCount int
The maximum number of pyramid levels to create.
getter/setter pair
resamplingType RasterResamplingType
The resampling method used to generate pyramid levels.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipFirstLevel bool
Indicates whether the first pyramid level is skipped.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited