FileGdbDriver.OpenLayer
Inhalt
[
Ausblenden
]OpenLayer(string, FileGdbOptions)
Öffnet eine Ebene zum Lesen.
public VectorLayer OpenLayer(string path, FileGdbOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Pfad zur Datei. |
options | FileGdbOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Siehe auch
- class VectorLayer
- class FileGdbOptions
- class FileGdbDriver
- namensraum Aspose.Gis.Formats.FileGdb
- 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 FileGdbDriver
- namensraum Aspose.Gis.Formats.FileGdb
- Montage Aspose.GIS
OpenLayer(AbstractPath, FileGdbOptions)
Öffnet eine Ebene zum Lesen.
public VectorLayer OpenLayer(AbstractPath path, FileGdbOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
path | AbstractPath | Pfad zur Datei. |
options | FileGdbOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Siehe auch
- class VectorLayer
- class AbstractPath
- class FileGdbOptions
- class FileGdbDriver
- namensraum Aspose.Gis.Formats.FileGdb
- Montage Aspose.GIS