MapInfoTabDriver.CreateLayer

CreateLayer(string, MapInfoTabOptions)

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

public VectorLayer CreateLayer(string path, MapInfoTabOptions options)
ParameterTypBeschreibung
pathStringPfad zur Datei.
optionsMapInfoTabOptionsFahrerspezifische Optionen.

Rückgabewert

Eine Instanz vonVectorLayer.

Ausnahmen

AusnahmeBedingung
InvalidOperationExceptionDie Ebene ist bereits vorhanden.

Siehe auch


CreateLayer(AbstractPath, MapInfoTabOptions)

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

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

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

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