MapInfoInterchangeDriver.OpenLayer
Inhalt
[
Ausblenden
]
OpenLayer(string, MapInfoInterchangeOptions)
Öffnet eine Ebene zum Lesen.
public VectorLayer OpenLayer(string path, MapInfoInterchangeOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Pfad zur Datei. |
options | MapInfoInterchangeOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Siehe auch
- class VectorLayer
- class MapInfoInterchangeOptions
- class MapInfoInterchangeDriver
- namensraum Aspose.Gis.Formats.MapInfoInterchange
- Montage Aspose.GIS
OpenLayer(AbstractPath, DriverOptions)
Öffnet eine Ebene zum Lesen.
public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
path | AbstractPath | Pfad zur Datei. |
options | DriverOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Siehe auch
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class MapInfoInterchangeDriver
- namensraum Aspose.Gis.Formats.MapInfoInterchange
- Montage Aspose.GIS
OpenLayer(AbstractPath, MapInfoInterchangeOptions)
Öffnet eine Ebene zum Lesen.
public VectorLayer OpenLayer(AbstractPath path, MapInfoInterchangeOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
path | AbstractPath | Pfad zur Datei. |
options | MapInfoInterchangeOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Siehe auch
- class VectorLayer
- class AbstractPath
- class MapInfoInterchangeOptions
- class MapInfoInterchangeDriver
- namensraum Aspose.Gis.Formats.MapInfoInterchange
- Montage Aspose.GIS