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