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

enum Tinman.Dataset.Mode

Short Name:
  • enum Dataset.Mode

Enumeration of modes for opening resp. creating datasets.

Items

The following table lists all iemts of this enum type, including their string tags (if defined).

Enumeration Item
Open  

Open existing dataset (read-only)?

This mode will open existing datasets only.

Create  

Create new dataset (read-write)?

This mode will always create new datasets; if a dataset already exists, it will be overwritten.

Update  

Update dataset (read-write)?

This mode will open existing datasets. If a dataset does not exist, a new one will be created.

Usages

The following table shows all usages of this config type.

Used By: