ShapefileDriver.EditLayer
Inhalt
[
Ausblenden
]EditLayer(AbstractPath, DriverOptions)
Öffnet eine Ebene zur Bearbeitung.
public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
Parameter | Typ | Beschreibung |
---|---|---|
path | AbstractPath | Pfad zur Datei. |
options | DriverOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentException | Das Optionsobjekt hat einen falschen Typ für diesen Treiber. |
ArgumentNullException | Der Weg istnull . |
GisException | Fehler beim Lesen des Features aus der Datei. |
IOException | Ein E/A-Fehler ist aufgetreten. |
Siehe auch
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class ShapefileDriver
- namensraum Aspose.Gis.Formats.Shapefile
- Montage Aspose.GIS
EditLayer(string, ShapefileOptions)
Öffnet eine Ebene zur Bearbeitung.
public VectorLayer EditLayer(string path, ShapefileOptions options = null)
Parameter | Typ | Beschreibung |
---|---|---|
path | String | Pfad zur Datei. |
options | ShapefileOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Siehe auch
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- namensraum Aspose.Gis.Formats.Shapefile
- Montage Aspose.GIS
EditLayer(AbstractPath, ShapefileOptions)
Öffnet eine Ebene zur Bearbeitung.
public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
Parameter | Typ | Beschreibung |
---|---|---|
path | AbstractPath | Pfad zur Datei. |
options | ShapefileOptions | Fahrerspezifische Optionen. |
Rückgabewert
Eine Instanz vonVectorLayer
.
Siehe auch
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- namensraum Aspose.Gis.Formats.Shapefile
- Montage Aspose.GIS