TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Image.Pyramid

Short Name:
  • class Image.Pyramid
Derived From:
Fields:

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

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required pyramid Tinman.Pyramid
# != null
 

The pyramid to read from.

required level number
# >= 0
 

The pyramid level.

required region Rect
# != null
 

The rectangular region.

external info Image.Info    

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