GeoPathReaderComponent
Description
Represents a registered geo path component in a IGeoPathReader.
- See also
Public / Methods
Column
2 overloads
Specifies the data source column mapping.
Specifies the data source column mapping.
Value
Specifies the geo path component default value and linear transformation.
The linear transformation is defined as follows:
output = input * scale + offset
where input
is the value that has been read from the mapped data source column and output
is the value that will be present in the geo path component returned by IGeoPathReader.ReadComponents or in the geo path sample returned by IGeoPathReaderGeneric.ReadSample.