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

class Tinman.Image.Pad

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

Pads this image by duplicating pixels at the borders.

Padding can be used to reduce seams that will occur when tiled geodata is imported incrementally using on-the-fly projection. The correct solution would be to merge all geodata tiles into a dataset and then perform the projection on the whole geodata.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required image Image
# != null
 

The image to pad.

optional amount number
# >= 0
1

The pad amount, in pixels.

external info Image.Info    

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