IDatasetInfo

Description

interface Tinman.Terrain.Datasets.IDatasetInfo

Derived from

IEquatable<IDatasetInfo>
IConfigurable

Extended by

DatasetInfo sealed

Holds the metadata of a dataset.

See also

IDataset

Public / Methods

Get​Field

2 overloads


[Pure]
public method GetField1 → (2)

field in : string

[not-empty]
The field name.

defaultValue opt : string = null

The value to return if the given field has no data or if no such field exists.

returns → string

The field value.

Returns a heightmap info field.


[Pure]
public method GetField2 → (2)

field in : DatasetInfoField

The field.

defaultValue opt : string = null

The value to return if the given field has no data.

returns → string

The field value.

Returns a heightmap info field.

Public / Attributes

Field​Names


public attribute FieldNames → (get)

value : IVectorConst<string>

[not-null]
The list of field names.

Returns the names of all fields that are present in this dataset info object.