KmlDriver.CreateLayer
Inhalt
[
Ausblenden
]CreateLayer(string, KmlOptions)
Erstellt einen Layer und öffnet ihn zum Hinzufügen neuer Features.
public VectorLayer CreateLayer(string path, KmlOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Pfad zur Datei. |
options | KmlOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Die Ebene ist bereits vorhanden. |
Siehe auch
- class VectorLayer
- class KmlOptions
- class KmlDriver
- namensraum Aspose.Gis.Formats.Kml
- Montage Aspose.GIS
CreateLayer(AbstractPath, KmlOptions)
Erstellt einen Layer und öffnet ihn zum Hinzufügen neuer Features.
public VectorLayer CreateLayer(AbstractPath path, KmlOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
path | AbstractPath | Pfad zur Datei. |
options | KmlOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Die Ebene ist bereits vorhanden. |
Siehe auch
- class VectorLayer
- class AbstractPath
- class KmlOptions
- class KmlDriver
- namensraum Aspose.Gis.Formats.Kml
- Montage Aspose.GIS
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)
Parameter | Typ | Beschreibung |
---|---|---|
path | AbstractPath | Pfad zur Datei. |
options | DriverOptions | Fahrerspezifische Optionen. |
spatialReferenceSystem | SpatialReferenceSystem | Räumliches Bezugssystem. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Die Ebene ist bereits vorhanden. |
Siehe auch
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class SpatialReferenceSystem
- class KmlDriver
- namensraum Aspose.Gis.Formats.Kml
- Montage Aspose.GIS
CreateLayer(AbstractPath, KmlOptions, SpatialReferenceSystem)
Erstellt einen Layer und öffnet ihn zum Hinzufügen neuer Features.
public VectorLayer CreateLayer(AbstractPath path, KmlOptions options,
SpatialReferenceSystem spatialReferenceSystem)
Parameter | Typ | Beschreibung |
---|---|---|
path | AbstractPath | Pfad zur Datei. |
options | KmlOptions | Fahrerspezifische Optionen. |
spatialReferenceSystem | SpatialReferenceSystem | Räumliches Bezugssystem. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Die Ebene ist bereits vorhanden. |
NotSupportedException | Das räumliche Bezugssystem wird vom Treiber nicht unterstützt. |
Siehe auch
- class VectorLayer
- class AbstractPath
- class KmlOptions
- class SpatialReferenceSystem
- class KmlDriver
- namensraum Aspose.Gis.Formats.Kml
- Montage Aspose.GIS