ShapefileDriver.EditLayer
محتويات
[
يخفي
]EditLayer(AbstractPath, DriverOptions)
يفتح طبقة للتحرير.
public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
| معامل | نوع | الوصف |
|---|---|---|
| المسار | AbstractPath | المسار إلى الملف. |
| الخيارات | DriverOptions | خيارات خاصة بالسائق. |
قيمة الإرجاع
مثيل من VectorLayer.
استثناءات
| استثناء | شرط |
|---|---|
| ArgumentException | كائن Options له نوع غير صحيح لهذا السائق. |
| ArgumentNullException | المسار هو null. |
| GisException | خطأ في قراءة العنصر من الملف. |
| IOException | حدث خطأ في الإدخال/الإخراج. |
انظر أيضًا
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS
EditLayer(string, ShapefileOptions)
يفتح طبقة للتحرير.
public VectorLayer EditLayer(string path, ShapefileOptions options = null)
| معامل | نوع | الوصف |
|---|---|---|
| المسار | String | المسار إلى الملف. |
| الخيارات | ShapefileOptions | خيارات خاصة بالسائق. |
قيمة الإرجاع
مثيل من VectorLayer.
انظر أيضًا
- class VectorLayer
- class ShapefileOptions
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS
EditLayer(AbstractPath, ShapefileOptions)
يفتح طبقة للتحرير.
public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
| معامل | نوع | الوصف |
|---|---|---|
| المسار | AbstractPath | المسار إلى الملف. |
| الخيارات | ShapefileOptions | خيارات خاصة بالسائق. |
قيمة الإرجاع
مثيل من VectorLayer.
انظر أيضًا
- class VectorLayer
- class AbstractPath
- class ShapefileOptions
- class ShapefileDriver
- namespace Aspose.Gis.Formats.Shapefile
- assembly Aspose.GIS