GeoPathReaderGeneric
Description
- Derived from
-
Disposable abstract
IGeoPathReaderGeneric<TSample>
Default implementation of the IGeoPathReaderGeneric interface.
Use Wrap to create a geo path reader for a specific geo path sample type.
Public / Methods
Wrap
Creates a new instance of IGeoPathReaderGeneric that wraps the given reader in and reads geo path samples of the specified type.
This method uses GeoPathComponentId.For3 to obtain the list of geo path component identifiers of the given geo path sample type and then calls IGeoPathReader.Component for each one, to register them.