IGeoPathReaderGeneric
Description
- Derived from
- Extended by
-
GeoPathReaderGeneric sealed
Base interface for classes that read geo path samples of a specific type.
Public / Methods
Vertical
Converts the height values that have been read by this reader from the given vertical type in to the vertical type of the geo path sample type (see IGeoPathSampleTrait.Vertical).
Extensions
ReadAllCollect
Reads all remaining path samples and feeds them into the given collector.
- IOException
-
If an I/O error has occurred.
ReadAllList
Reads all remaining path samples into a list.
- IOException
-
If an I/O error has occurred.