CsvDriver.OpenLayer

OpenLayer(string, CsvOptions)

Öffnet eine Ebene zum Lesen.

public VectorLayer OpenLayer(string path, CsvOptions options)
ParameterTypBeschreibung
pathStringPfad zur Datei.
optionsCsvOptionsFahrerspezifische Optionen.

Rückgabewert

Eine Instanz vonVectorLayer.

Siehe auch


OpenLayer(AbstractPath, DriverOptions)

Öffnet eine Ebene zum Lesen.

public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
ParameterTypBeschreibung
pathAbstractPathPfad zur Datei.
optionsDriverOptionsFahrerspezifische Optionen.

Rückgabewert

Eine Instanz vonVectorLayer.

Siehe auch


OpenLayer(AbstractPath, CsvOptions)

Öffnet eine Ebene zum Lesen.

public VectorLayer OpenLayer(AbstractPath path, CsvOptions options)
ParameterTypBeschreibung
pathAbstractPathPfad zur Datei.
optionsCsvOptionsFahrerspezifische Optionen.

Rückgabewert

Eine Instanz vonVectorLayer.

Siehe auch