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

enum ReadImageFlags in Tinman.Terrain.Imaging

Flags load reading images.

[Flags]
enum ReadImageFlags  

See also:

IImage.ReadImage
IImage.ReadImageInfo

Items

Info = 0

The image metadata is going to be read (see IImageInfo). This is not an actual flag because image metadata always needs to be read.

Remarks:

The file format of the image must be fully supported. If not, an ValidatingException will be thrown.

Data = 0x01

The image metadata and pixel data is going to be read.

Remarks:

The file format of the image must be fully supported. If not, an ValidatingException will be thrown.

Geo = 0x02

Georeferencing metadata (if present) is going to be read.

Remarks:

The file format of the image must be fully supported. If not, an ValidatingException will be thrown.