ShapefileDriver.EditLayer

EditLayer(AbstractPath, DriverOptions)

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

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

قيمة الإرجاع

كائن من VectorLayer.

استثناءات

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

انظر أيضًا


EditLayer(string, ShapefileOptions)

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

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

قيمة الإرجاع

كائن من VectorLayer.

انظر أيضًا


EditLayer(AbstractPath, ShapefileOptions)

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

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

قيمة الإرجاع

كائن من VectorLayer.

انظر أيضًا