ShapefileDriver.EditLayer

EditLayer(AbstractPath, DriverOptions)

Öffnet eine Ebene zur Bearbeitung.

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

Rückgabewert

Eine Instanz vonVectorLayer.

Ausnahmen

AusnahmeBedingung
ArgumentExceptionDas Optionsobjekt hat einen falschen Typ für diesen Treiber.
ArgumentNullExceptionDer Weg istnull.
GisExceptionFehler beim Lesen des Features aus der Datei.
IOExceptionEin E/A-Fehler ist aufgetreten.

Siehe auch


EditLayer(string, ShapefileOptions)

Öffnet eine Ebene zur Bearbeitung.

public VectorLayer EditLayer(string path, ShapefileOptions options = null)
ParameterTypBeschreibung
pathStringPfad zur Datei.
optionsShapefileOptionsFahrerspezifische Optionen.

Rückgabewert

Eine Instanz vonVectorLayer.

Siehe auch


EditLayer(AbstractPath, ShapefileOptions)

Öffnet eine Ebene zur Bearbeitung.

public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
ParameterTypBeschreibung
pathAbstractPathPfad zur Datei.
optionsShapefileOptionsFahrerspezifische Optionen.

Rückgabewert

Eine Instanz vonVectorLayer.

Siehe auch