CsvDriver.CreateLayer
Inhalt
[
Ausblenden
]CreateLayer(string, CsvOptions)
Erstellt einen Layer und öffnet ihn zum Hinzufügen neuer Features.
public VectorLayer CreateLayer(string path, CsvOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Pfad zur Datei. |
options | CsvOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Die Ebene ist bereits vorhanden. |
Siehe auch
- class VectorLayer
- class CsvOptions
- class CsvDriver
- namensraum Aspose.Gis.Formats.Csv
- Montage Aspose.GIS
CreateLayer(AbstractPath, CsvOptions)
Erstellt einen Layer und öffnet ihn zum Hinzufügen neuer Features.
public VectorLayer CreateLayer(AbstractPath path, CsvOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
path | AbstractPath | Pfad zur Datei. |
options | CsvOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Die Ebene ist bereits vorhanden. |
Siehe auch
- class VectorLayer
- class AbstractPath
- class CsvOptions
- class CsvDriver
- namensraum Aspose.Gis.Formats.Csv
- 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 CsvDriver
- namensraum Aspose.Gis.Formats.Csv
- Montage Aspose.GIS
CreateLayer(AbstractPath, CsvOptions, SpatialReferenceSystem)
Erstellt einen Layer und öffnet ihn zum Hinzufügen neuer Features.
public VectorLayer CreateLayer(AbstractPath path, CsvOptions options,
SpatialReferenceSystem spatialReferenceSystem)
Parameter | Typ | Beschreibung |
---|---|---|
path | AbstractPath | Pfad zur Datei. |
options | CsvOptions | 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 CsvOptions
- class SpatialReferenceSystem
- class CsvDriver
- namensraum Aspose.Gis.Formats.Csv
- Montage Aspose.GIS