KmlDriver.CreateLayer

CreateLayer(string, KmlOptions)

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

public VectorLayer CreateLayer(string path, KmlOptions options)
ParameterTypBeschreibung
pathStringPfad zur Datei.
optionsKmlOptionsFahrerspezifische Optionen.

Rückgabewert

Eine Instanz vonVectorLayer.

Ausnahmen

AusnahmeBedingung
InvalidOperationExceptionDie Ebene ist bereits vorhanden.

Siehe auch


CreateLayer(AbstractPath, KmlOptions)

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

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

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

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