Version: 5.3.3-ice35-b63
|
Whether or not this raw pixels store requires a backing pixels pyramid to provide sub-resolutions of the data.
true
if the pixels store requires a
pixels pyramid and false
otherwise.
Retrieves the number of resolution levels that the backing pixels pyramid contains.
The number of resolution levels. This value does not necessarily indicate either the presence or absence of a pixels pyramid.
Retrieves a more complete definition of the resolution level in question. The size of this array will be of length getResolutionLevels.
Retrieves the active resolution level.
The active resolution level.
Sets the active resolution level.
Retrieves the tile size for the pixel store.
An array of length = 2
where the first
value of the array is the tile width and the second value is
the tile height.
|