ShapefileDriver.EditLayer
Contenu
[
Cacher
]EditLayer(AbstractPath, DriverOptions)
Ouvre un calque pour modification.
public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
| Paramètre | Taper | La description |
|---|---|---|
| path | AbstractPath | Chemin d’accès au fichier. |
| options | DriverOptions | Options spécifiques au pilote. |
Return_Value
Un exemple deVectorLayer.
Exceptions
| exception | condition |
|---|---|
| ArgumentException | L’objet Options a un type incorrect pour ce pilote. |
| ArgumentNullException | Le chemin estnull. |
| GisException | Erreur lors de la lecture de la fonctionnalité à partir du fichier. |
| IOException | Une erreur d’E/S s’est produite. |
Voir également
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class ShapefileDriver
- espace de noms Aspose.Gis.Formats.Shapefile
- Assemblée Aspose.GIS
EditLayer(string, ShapefileOptions)
Ouvre un calque pour modification.
public VectorLayer EditLayer(string path, ShapefileOptions options = null)
| Paramètre | Taper | La description |
|---|---|---|
| path | String | Chemin d’accès au fichier. |
| options | ShapefileOptions | Options spécifiques au pilote. |
Return_Value
Un exemple deVectorLayer.
Voir également
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- espace de noms Aspose.Gis.Formats.Shapefile
- Assemblée Aspose.GIS
EditLayer(AbstractPath, ShapefileOptions)
Ouvre un calque pour modification.
public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
| Paramètre | Taper | La description |
|---|---|---|
| path | AbstractPath | Chemin d’accès au fichier. |
| options | ShapefileOptions | Options spécifiques au pilote. |
Return_Value
Un exemple deVectorLayer.
Voir également
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- espace de noms Aspose.Gis.Formats.Shapefile
- Assemblée Aspose.GIS