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