ShapefileDriver.EditLayer

EditLayer(AbstractPath, DriverOptions)

Ouvre un calque pour modification.

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

Return_Value

Un exemple deVectorLayer.

Exceptions

exceptioncondition
ArgumentExceptionL’objet Options a un type incorrect pour ce pilote.
ArgumentNullExceptionLe chemin estnull.
GisExceptionErreur lors de la lecture de la fonctionnalité à partir du fichier.
IOExceptionUne erreur d’E/S s’est produite.

Voir également


EditLayer(string, ShapefileOptions)

Ouvre un calque pour modification.

public VectorLayer EditLayer(string path, ShapefileOptions options = null)
ParamètreTaperLa description
pathStringChemin d’accès au fichier.
optionsShapefileOptionsOptions spécifiques au pilote.

Return_Value

Un exemple deVectorLayer.

Voir également


EditLayer(AbstractPath, ShapefileOptions)

Ouvre un calque pour modification.

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

Return_Value

Un exemple deVectorLayer.

Voir également