TableGeoPathReader

Description

abstract class Tinman.Engine.Scenes.Data.TableGeoPathReader
<TSample val>
<TTrait val : IGeoPathSampleTrait<TSample>>

Derived from

GeoPathReader<TSample, TTrait> abstract
ITableGeoPathReader<TSample>

Extended by

TableGeoPathReaderCsv sealed

Abstract base class for ITableGeoPathReader implementations.

Protected / Constructors

Table​Geo​Path​Reader


protected constructor TableGeoPathReader → ()

Creates a new instance of TableGeoPathReader.

Protected / Methods

Mapping


protected method Mapping → (1)

index in : int32

[0..ITableGeoPathReaderBase.Values-1]
The geo path sample value index.

returns → int32

The data table column index or -1 iff not mapped

Returns the data table column that is mapped to the given geo path sample value index.

Value


protected method Value → (2)

index in : int32

[0..ITableGeoPathReaderBase.Values-1]
The geo path sample value index.

value in : float64

The value read from the data table or Maths.NanD if no data table column is mapped or if no value is present.

returns → float64

The get path sample value.

Processes a value that has been read from the data table.