CsvDriver.OpenLayer

OpenLayer(string, CsvOptions)

Ouvre un calque pour la lecture.

public VectorLayer OpenLayer(string path, CsvOptions options)
ParamètreTaperLa description
pathStringChemin d’accès au fichier.
optionsCsvOptionsOptions spécifiques au pilote.

Return_Value

Un exemple deVectorLayer.

Voir également


OpenLayer(AbstractPath, DriverOptions)

Ouvre un calque pour la lecture.

public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
ParamètreTaperLa description
pathAbstractPathChemin d’accès au fichier.
optionsDriverOptionsOptions spécifiques au pilote.

Return_Value

Un exemple deVectorLayer.

Voir également


OpenLayer(AbstractPath, CsvOptions)

Ouvre un calque pour la lecture.

public VectorLayer OpenLayer(AbstractPath path, CsvOptions options)
ParamètreTaperLa description
pathAbstractPathChemin d’accès au fichier.
optionsCsvOptionsOptions spécifiques au pilote.

Return_Value

Un exemple deVectorLayer.

Voir également