Skip to content
Guides API

RasterPyramidInfo

RasterPyramidInfo = object

Defined in: src/ExpoArcgis.types.ts:1055

A raster’s pyramid overviews, as reported by getPyramidInfo(). Mirrors RasterPyramidInfo.

compressionType: RasterPyramidCompressionType

Defined in: src/ExpoArcgis.types.ts:1062


filePath: string | null

Defined in: src/ExpoArcgis.types.ts:1061

Path of the external .ovr file, when the overviews are not embedded.


isEmbedded: boolean

Defined in: src/ExpoArcgis.types.ts:1059

true when the overviews live inside the raster file rather than a sidecar .ovr.


levelCount: number

Defined in: src/ExpoArcgis.types.ts:1057

How many reduced-resolution levels exist.


resamplingType: RasterResamplingType

Defined in: src/ExpoArcgis.types.ts:1063