ImageReaderBase

Description

abstract class Tinman.Terrain.Imaging.ImageReaderBase

Derived from

Disposable abstract
IImageReader

Extended by

ImageReader abstract

Abstract base class for IImageReader implementations.

Protected / Constructors

Image​Reader​Base


protected constructor ImageReaderBase → (1)

flags in : ReadImageFlags

The set of ReadImageFlags for this image reader.

Creates a new instance of ImageReaderBase.

Protected / Attributes

flags


protected readonly attribute flags → (ReadImageFlags)

The set of ReadImageFlags that has been used to create this image reader.

Is​Reading​Data


protected attribute IsReadingData → (get)

value : bool

true if image data will be read, false if only metadata will be read.

Will this ImageReaderBase object be used to read actual image data?

Is​Reading​Geo


protected attribute IsReadingGeo → (get)

value : bool

true if geo-referencing metadata will be read, false if not.

Will this ImageReaderBase object be used to read geo-referencing metadata?