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

class Tinman.Image.Grid

Short Name:
  • class Grid
Derived From:
Fields:

Arranges the given images in a regular grid. Images are placed in grid cells one after another, from left to right and top to bottom (row-major order).

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required images Image[]
# != null
 

The images to put into the grid. Images are placed in grid cells one after another, from left to right and top to bottom (row-major order).

required columns number
# > 0
 

Number of grid columns.

optional overlap number
# >= 0
0

The amount of overlap between adjacent grid cells, in pixels.

external info Image.Info    

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