ShapefileDriver.EditLayer
Contenuti
[
Nascondere
]EditLayer(AbstractPath, DriverOptions)
Apre un livello per la modifica.
public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| path | AbstractPath | Percorso del file. | 
| options | DriverOptions | Opzioni specifiche del conducente. | 
Valore di ritorno
Un’istanza diVectorLayer.
Eccezioni
| eccezione | condizione | 
|---|---|
| ArgumentException | L’oggetto Opzioni ha un tipo non corretto per questo driver. | 
| ArgumentNullException | Il percorso è null. | 
| GisException | Errore durante la lettura della funzione dal file. | 
| IOException | Si è verificato un errore di I/O. | 
Guarda anche
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class ShapefileDriver
- spazio dei nomi Aspose.Gis.Formats.Shapefile
- assemblea Aspose.GIS
EditLayer(string, ShapefileOptions)
Apre un livello per la modifica.
public VectorLayer EditLayer(string path, ShapefileOptions options = null)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| path | String | Percorso del file. | 
| options | ShapefileOptions | Opzioni specifiche del conducente. | 
Valore di ritorno
Un’istanza diVectorLayer.
Guarda anche
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- spazio dei nomi Aspose.Gis.Formats.Shapefile
- assemblea Aspose.GIS
EditLayer(AbstractPath, ShapefileOptions)
Apre un livello per la modifica.
public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
| Parametro | Tipo | Descrizione | 
|---|---|---|
| path | AbstractPath | Percorso del file. | 
| options | ShapefileOptions | Opzioni specifiche del conducente. | 
Valore di ritorno
Un’istanza diVectorLayer.
Guarda anche
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- spazio dei nomi Aspose.Gis.Formats.Shapefile
- assemblea Aspose.GIS