ShapefileDriver.EditLayer
inhoud
[
verbergen
]EditLayer(AbstractPath, DriverOptions)
Opent een laag om te bewerken.
public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
Parameter | Type | Beschrijving |
---|---|---|
path | AbstractPath | Pad naar het bestand. |
options | DriverOptions | Bestuurderspecifieke opties. |
Winstwaarde
Een voorbeeld vanVectorLayer
.
Uitzonderingen
uitzondering | voorwaarde |
---|---|
ArgumentException | Het object Opties heeft een onjuist type voor dit stuurprogramma. |
ArgumentNullException | Het pad isnull . |
GisException | Fout bij het lezen van de functie uit het bestand. |
IOException | Er is een I/O-fout opgetreden. |
Zie ook
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class ShapefileDriver
- naamruimte Aspose.Gis.Formats.Shapefile
- montage Aspose.GIS
EditLayer(string, ShapefileOptions)
Opent een laag om te bewerken.
public VectorLayer EditLayer(string path, ShapefileOptions options = null)
Parameter | Type | Beschrijving |
---|---|---|
path | String | Pad naar het bestand. |
options | ShapefileOptions | Bestuurderspecifieke opties. |
Winstwaarde
Een voorbeeld vanVectorLayer
.
Zie ook
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- naamruimte Aspose.Gis.Formats.Shapefile
- montage Aspose.GIS
EditLayer(AbstractPath, ShapefileOptions)
Opent een laag om te bewerken.
public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
Parameter | Type | Beschrijving |
---|---|---|
path | AbstractPath | Pad naar het bestand. |
options | ShapefileOptions | Bestuurderspecifieke opties. |
Winstwaarde
Een voorbeeld vanVectorLayer
.
Zie ook
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- naamruimte Aspose.Gis.Formats.Shapefile
- montage Aspose.GIS