ITableGeoPathReader
Description
- Derived from
-
ITableGeoPathReaderBase
IGeoPathReader<TSample> - Extended by
-
TableGeoPathReader abstract
Base interface for geo path readers that consume tabular data.
The header row in the data table defines the column names, which may be used for the mapping from table columns to geo path values. Each subsequent row represents a geo path sample.
Public / Methods
Default
Specifies the default value for the given geo path sample value.
Default values are used if a geo path sample value is not mapped.
Initially, all default values are zero.
Mapping
2 overloads
Specifies the data table column mapping for the given geo path sample value index in.
Initially, all geo path sample values are mapped to -1
.
Specifies the data table column mapping for the given geo path sample value in.
Initially, all geo path sample values are unmapped. If value in or column in is invalid, this method will return silently, without setting the.
Transform
Specifies a linear transformation for the values that are read from the data table.
The linear transformation is defined as follows:
output = input * scale + offset
where input
is the value that has been read from the data table (according to Mapping1) and output
is the value that will be present in the geo path sample returned by IGeoPathReader.ReadSample.