PyramidRegion

Description

Name

class Tinman.Image.PyramidRegion

Derived from

Image

Reads a rectangular region of a single level of the given pyramid as an image.

Fields / Required

pyramid

Type

Pyramid

Constraint

# != null

The pyramid to read from.


level

Type

number

Constraint

# >= 0

The pyramid level.


region

Type

Rect

Constraint

# != null

The rectangular region.

Fields / External

info

Type

Image.Info

Contains information about the image data source, including image format and embedded georeferencing information.