FileGdbDriver.OpenLayer
Contents
[
Hide
]OpenLayer(string, FileGdbOptions)
Opens a layer for reading.
public VectorLayer OpenLayer(string path, FileGdbOptions options)
| Parameter | Type | Description |
|---|---|---|
| path | String | Path to the file. |
| options | FileGdbOptions | Driver-specific options. |
Return Value
An instance of VectorLayer.
See Also
- class VectorLayer
- class FileGdbOptions
- class FileGdbDriver
- namespace Aspose.Gis.Formats.FileGdb
- assembly Aspose.GIS
OpenLayer(AbstractPath, DriverOptions)
Opens a layer for reading.
public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPath | Path to the file. |
| options | DriverOptions | Driver-specific options. |
Return Value
An instance of VectorLayer.
See Also
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class FileGdbDriver
- namespace Aspose.Gis.Formats.FileGdb
- assembly Aspose.GIS
OpenLayer(AbstractPath, FileGdbOptions)
Opens a layer for reading.
public VectorLayer OpenLayer(AbstractPath path, FileGdbOptions options)
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPath | Path to the file. |
| options | FileGdbOptions | Driver-specific options. |
Return Value
An instance of VectorLayer.
See Also
- class VectorLayer
- class AbstractPath
- class FileGdbOptions
- class FileGdbDriver
- namespace Aspose.Gis.Formats.FileGdb
- assembly Aspose.GIS