FileGdbDriver.CreateLayer

CreateLayer(string, FileGdbOptions)

Erstellt einen Layer und öffnet ihn zum Hinzufügen neuer Features.

public VectorLayer CreateLayer(string path, FileGdbOptions options)
ParameterTypBeschreibung
pathStringPfad zur Datei.
optionsFileGdbOptionsFahrerspezifische Optionen.

Rückgabewert

Eine Instanz vonVectorLayer.

Ausnahmen

AusnahmeBedingung
InvalidOperationExceptionDie Ebene ist bereits vorhanden.

Siehe auch


CreateLayer(string, FileGdbOptions, SpatialReferenceSystem)

Erstellt eine Ebene und öffnet sie zum Anhängen.

public VectorLayer CreateLayer(string path, FileGdbOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
ParameterTypBeschreibung
pathStringPfad zur Datei.
optionsFileGdbOptionsFahrerspezifische Optionen.
spatialReferenceSystemSpatialReferenceSystemRäumliches Bezugssystem.

Rückgabewert

Eine Instanz vonVectorLayer.

Ausnahmen

AusnahmeBedingung
InvalidOperationExceptionDie Ebene ist bereits vorhanden.
NotSupportedExceptionDas räumliche Bezugssystem wird vom Treiber nicht unterstützt.

Siehe auch


CreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem)

Erstellt eine Ebene und öffnet sie zum Anhängen.

public override VectorLayer CreateLayer(AbstractPath path, DriverOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
ParameterTypBeschreibung
pathAbstractPathPfad zur Datei.
optionsDriverOptionsFahrerspezifische Optionen.
spatialReferenceSystemSpatialReferenceSystemRäumliches Bezugssystem.

Rückgabewert

Eine Instanz vonVectorLayer.

Ausnahmen

AusnahmeBedingung
InvalidOperationExceptionDie Ebene ist bereits vorhanden.
NotSupportedExceptionDas räumliche Bezugssystem wird vom Treiber nicht unterstützt.

Siehe auch


CreateLayer(AbstractPath, FileGdbOptions, SpatialReferenceSystem)

Erstellt eine Ebene und öffnet sie zum Anhängen.

public VectorLayer CreateLayer(AbstractPath path, FileGdbOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
ParameterTypBeschreibung
pathAbstractPathPfad zur Datei.
optionsFileGdbOptionsFahrerspezifische Optionen.
spatialReferenceSystemSpatialReferenceSystemRäumliches Bezugssystem.

Rückgabewert

Eine Instanz vonVectorLayer.

Ausnahmen

AusnahmeBedingung
InvalidOperationExceptionDie Ebene ist bereits vorhanden.
NotSupportedExceptionDas räumliche Bezugssystem wird vom Treiber nicht unterstützt.

Siehe auch