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