RasterPyramidInfo
RasterPyramidInfo =
object
Defined in: src/ExpoArcgis.types.ts:1055
A raster’s pyramid overviews, as reported by getPyramidInfo(). Mirrors RasterPyramidInfo.
Properties
Section titled “Properties”compressionType
Section titled “compressionType”compressionType:
RasterPyramidCompressionType
Defined in: src/ExpoArcgis.types.ts:1062
filePath
Section titled “filePath”filePath:
string|null
Defined in: src/ExpoArcgis.types.ts:1061
Path of the external .ovr file, when the overviews are not embedded.
isEmbedded
Section titled “isEmbedded”isEmbedded:
boolean
Defined in: src/ExpoArcgis.types.ts:1059
true when the overviews live inside the raster file rather than a sidecar .ovr.
levelCount
Section titled “levelCount”levelCount:
number
Defined in: src/ExpoArcgis.types.ts:1057
How many reduced-resolution levels exist.
resamplingType
Section titled “resamplingType”resamplingType:
RasterResamplingType
Defined in: src/ExpoArcgis.types.ts:1063