ITableGeoPathReaderBase

Description

interface Tinman.Engine.Scenes.Data.ITableGeoPathReaderBase

Derived from

IGeoPathReaderBase

Extended by

ITableGeoPathReader

Non-generic base interface for ITableGeoPathReader.

Public / Methods

Index​Of​Column


public method IndexOfColumn → (1)

name in : string

[not-null]
The data table column name.

returns → int32

The data table column index or -1 iff not found.

Returns the index of the given data table column.

Name


public method Name → (1)

column in : int32

[0..ITableGeoPathReaderBase.Columns-1]
The data column index.

returns → string

The data table column name.

Returns the name of the given data table column.

Public / Attributes

Columns


public attribute Columns → (get)

value : int32

[>=0]
The number of columns in the data table.

Returns the number of columns in the data table.

Values


public attribute Values → (get)

value : int32

[>=0]
The number of mappable geo path values.

Returns the number of mappable values in a geo path sample.