Interface IDataProvider<TInput>
Assembly: Mars.Common.dll
Syntax
public interface IDataProvider<in TInput>
Type Parameters
Methods
|
Improve this Doc
View Source
Imports the specified data source and transforms it into a target
minimal data quanta type implementing
IDomainData
Declaration
IEnumerable<IDomainData> Import(TInput source, InputConfiguration inputConfiguration = null)
Parameters
Type |
Name |
Description |
TInput |
source |
The vector-layer file to import. |
InputConfiguration |
inputConfiguration |
The inputConfiguration object holding multiple settings to read the input properly. |
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IDomainData> |
Returns an iterator of each data object read from the specified .
|
Extension Methods