ShapefileDriver.EditLayer
Contents
[
Hide
]EditLayer(AbstractPath, DriverOptions)
Opens a layer for editing.
public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPath | Path to the file. |
| options | DriverOptions | Driver-specific options. |
Return Value
An instance of VectorLayer.
Exceptions
| exception | condition |
|---|---|
| ArgumentException | Options object has an incorrect type for this driver. |
| ArgumentNullException | The path is null. |
| GisException | Error reading the feature from the file. |
| IOException | An I/O error occurred. |
See Also
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS
EditLayer(string, ShapefileOptions)
Opens a layer for editing.
public VectorLayer EditLayer(string path, ShapefileOptions options = null)
| Parameter | Type | Description |
|---|---|---|
| path | String | Path to the file. |
| options | ShapefileOptions | Driver-specific options. |
Return Value
An instance of VectorLayer.
See Also
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS
EditLayer(AbstractPath, ShapefileOptions)
Opens a layer for editing.
public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPath | Path to the file. |
| options | ShapefileOptions | Driver-specific options. |
Return Value
An instance of VectorLayer.
See Also
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS