IImageWriter

Description

interface Tinman.Terrain.Imaging.IImageWriter

Derived from

IDisposable
ISrgb
IConfigurable

Extended by

ImageWriter abstract

Base interface for classes that write image data.

Public / Methods

Write​Image


public method WriteImage → (2)

imageReader in : IImageReader own

[not-null]
The image reader.

progress opt : IProgressMonitor = null

Optional progress monitor to use. A fixed number of progress ticks should be generated for each written image pixel.

Writes the image data provided by the given image reader.

Implementing classes of this interface may provide additional properties to control how image data is written.

IOException

If an I/O error has occurred while writing the image file.

Public / Attributes

Has​Georef


public attribute HasGeoref → (get)

value : bool

true if this writer can write geo-referencing information, false if not.

Can this writer output geo-referencing information?