GeoPathReader

Description

abstract class Tinman.Engine.Scenes.Data.GeoPathReader

Derived from

Disposable abstract
IGeoPathReader

Extended by

GeoPathReaderCsv sealed

Abstract base class for IGeoPathReader implementations.

The default implementation of IGeoPathReader.ColumnName returns this name sequence: "#1", "#2", "#3", …​

Protected / Constructors

Geo​Path​Reader


protected constructor GeoPathReader → ()

Creates a new instance of GeoPathReader.

Protected / Methods

Component​At


[Pure]
protected method ComponentAt → (1)

index in : int32

[0..IGeoPathReader.Components-1]
The index.

returns → GeoPathReaderComponent

The reader component.

Returns the index in-th geo path reader component.