ShapefileDriver.EditLayer

EditLayer(AbstractPath, DriverOptions)

يفتح طبقة للتحرير.

public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
معاملنوعالوصف
المسارAbstractPathالمسار إلى الملف.
الخياراتDriverOptionsخيارات خاصة بالسائق.

قيمة الإرجاع

مثيل من VectorLayer.

استثناءات

استثناءشرط
ArgumentExceptionكائن Options له نوع غير صحيح لهذا السائق.
ArgumentNullExceptionالمسار هو null.
GisExceptionخطأ في قراءة العنصر من الملف.
IOExceptionحدث خطأ في الإدخال/الإخراج.

انظر أيضًا


EditLayer(string, ShapefileOptions)

يفتح طبقة للتحرير.

public VectorLayer EditLayer(string path, ShapefileOptions options = null)
معاملنوعالوصف
المسارStringالمسار إلى الملف.
الخياراتShapefileOptionsخيارات خاصة بالسائق.

قيمة الإرجاع

مثيل من VectorLayer.

انظر أيضًا


EditLayer(AbstractPath, ShapefileOptions)

يفتح طبقة للتحرير.

public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
معاملنوعالوصف
المسارAbstractPathالمسار إلى الملف.
الخياراتShapefileOptionsخيارات خاصة بالسائق.

قيمة الإرجاع

مثيل من VectorLayer.

انظر أيضًا