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