GmlDriver.CreateLayer

CreateLayer(string, GmlOptions)

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

public VectorLayer CreateLayer(string path, GmlOptions options)
ParameterTypBeschreibung
pathStringPfad zur Datei.
optionsGmlOptionsFahrerspezifische Optionen.

Rückgabewert

Eine Instanz vonVectorLayer.

Ausnahmen

AusnahmeBedingung
InvalidOperationExceptionDie Ebene ist bereits vorhanden.

Siehe auch


CreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem)

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

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.

Siehe auch


CreateLayer(string, GmlOptions, SpatialReferenceSystem)

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

public VectorLayer CreateLayer(string path, GmlOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
ParameterTypBeschreibung
pathStringPfad zur Datei.
optionsGmlOptionsFahrerspezifische 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