GdalDriver.OpenLayer
OpenLayer(string, GdalOptions)
Opent een laag om te lezen.
public VectorLayer OpenLayer(string path, GdalOptions options)
| Parameter | Type | Beschrijving | 
|---|---|---|
| path | String | Pad naar het bestand. | 
| options | GdalOptions | Bestuurderspecifieke opties. | 
Winstwaarde
Een voorbeeld vanVectorLayer.
Zie ook
- class VectorLayer
- class GdalOptions
- class GdalDriver
- naamruimte Aspose.Gis.Formats.GDAL
- montage Aspose.GIS
OpenLayer(AbstractPath, DriverOptions)
Opent een laag om te lezen.
public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
| Parameter | Type | Beschrijving | 
|---|---|---|
| path | AbstractPath | Pad naar het bestand. | 
| options | DriverOptions | Bestuurderspecifieke opties. | 
Winstwaarde
Een voorbeeld vanVectorLayer.
Zie ook
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class GdalDriver
- naamruimte Aspose.Gis.Formats.GDAL
- montage Aspose.GIS