ShapefileDriver.CreateLayer

CreateLayer(string, ShapefileOptions)

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

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

Rückgabewert

Eine Instanz vonVectorLayer.

Ausnahmen

AusnahmeBedingung
InvalidOperationExceptionDie Ebene ist bereits vorhanden.

Siehe auch


CreateLayer(AbstractPath, ShapefileOptions)

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

public VectorLayer CreateLayer(AbstractPath path, ShapefileOptions options)
ParameterTypBeschreibung
pathAbstractPathPfad zur Datei.
optionsShapefileOptionsFahrerspezifische 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(AbstractPath, ShapefileOptions, SpatialReferenceSystem)

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

public VectorLayer CreateLayer(AbstractPath path, ShapefileOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
ParameterTypBeschreibung
pathAbstractPathPfad zur Datei.
optionsShapefileOptionsFahrerspezifische 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