ShapefileDriver.OpenLayer

OpenLayer(string, ShapefileOptions)

Ouvre un calque pour la lecture.

public VectorLayer OpenLayer(string path, ShapefileOptions options)
ParamètreTaperLa description
pathStringChemin d’accès au fichier.
optionsShapefileOptionsOptions 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, ShapefileOptions)

Ouvre un calque pour la lecture.

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

Return_Value

Un exemple deVectorLayer.

Voir également