Simplify Line Tool in ArcToolbox
أداة تبسيط الخط
ArcMap ArcGIS
How to use Simplify Line Tool
in ArcToolbox ArcMap ArcGIS??
كيفية استخدام أداة تبسيط الخط في ArcToolbox ArcMap ArcGIS ؟؟
Simplify Line Tool, Generalization Toolset, Cartography Toolbox
Simplify Line
Simplifies lines by
removing relatively extraneous vertices while preserving essential shape.
يبسط الخطوط بإزالة الرؤوس الدخيلة نسبيًا مع الحفاظ على الشكل الأساسي.
1. Input Features ميزات الإدخال
The input line features
to be simplified.
يجب تبسيط ميزات خط الإدخال.
2. Output Feature Class فئة ميزة
الإخراج
The simplified output
line feature class. It contains all fields present in the input feature class.
The output line feature class is topologically correct. The tool does not
introduce topology errors, but topological errors in the input data are flagged
in the output line feature class. The output feature class includes two
additional fields: InLine_FID and SimLnFlag to contain the input feature IDs
and the input topological errors, respectively. A SimLnFlag value of 1
indicates an input topological error is present; 0 (zero) indicates that no
input error is present.
فئة ميزة خط الإخراج المبسطة. يحتوي على جميع
الحقول الموجودة في فئة ميزات الإدخال. فئة ميزة خط الإخراج صحيحة طوبولوجيًا. لا
تقدم الأداة أخطاء طوبولوجيا ، ولكن يتم وضع علامة على الأخطاء الطوبولوجية في
بيانات الإدخال في فئة ميزة سطر الإخراج. تشتمل فئة ميزة الإخراج على حقلين
إضافيين: InLine_FID و SimLnFlag لاحتواء معرفات ميزة الإدخال والأخطاء الطوبولوجية للإدخال ، على
التوالي. تشير قيمة SimLnFlag
1 إلى
وجود خطأ طوبولوجي للإدخال ؛ 0 (صفر) يشير إلى عدم وجود خطأ في الإدخال.
3. Simplification Algorithm خوارزمية
التبسيط
Specifies the line
simplification algorithm.
· POINT_REMOVE— Retains
critical points that preserve the essential shape of a line and removes all
other points (Douglas-Peucker).This is the default.
· BEND_SIMPLIFY— Retains
the critical bends and removes extraneous bends from a line (Wang-Müller).
· WEIGHTED_AREA—Retains
vertices that form triangles of effective area that have been weighted by
triangle shape (Zhou-Jones).
· EFFECTIVE_AREA— Retains
vertices that form triangles of effective area (Visvalingam-Whyatt).
يحدد خوارزمية تبسيط الخط.
• POINT_REMOVE - يحتفظ بالنقاط الحرجة التي تحافظ على الشكل الأساسي للخط وتزيل
جميع النقاط الأخرى (Douglas-Peucker) ، وهذا هو الوضع
الافتراضي.
• BEND_SIMPLIFY - يحتفظ بالانحناءات الحرجة ويزيل الانحناءات الخارجية من الخط (Wang-Müller).
• WEIGHTED_AREA - يحتفظ بالرؤوس التي تشكل مثلثات منطقة فعالة تم وزنها بواسطة
شكل مثلث (Zhou-Jones).
• EFFECTIVE_AREA - يحتفظ بالرؤوس التي تشكل مثلثات من منطقة فعالة (Visvalingam-Whyatt).
4. Simplification Tolerance تبسيط
التسامح
The tolerance determines
the degree of simplification. You can choose a preferred unit; otherwise, units
of the input will be used. MinSimpTol and MaxSimpTol fields are added to the
output to store the tolerance that was used when processing occurred.
· For the POINT_REMOVE
algorithm, the tolerance is the maximum allowable perpendicular distance
between each vertex and the new line created.
· For the BEND_SIMPLIFY
algorithm, the tolerance is the diameter of a circle that approximates a
significant bend.
· For the WEIGHTED_AREA
algorithm, the square of the tolerance is the area of a significant triangle
defined by three adjacent vertices. The further a triangle deviates from
equilateral, the higher weight it is given, and the less likely it is to be
removed.
· For the EFFECTIVE_AREA
algorithm, the square of the tolerance is the area of a significant triangle
defined by three adjacent vertices.
يحدد التسامح درجة التبسيط. يمكنك اختيار الوحدة
المفضلة ؛ خلاف ذلك ، سيتم استخدام وحدات الإدخال. تتم إضافة حقول MinSimpTol و MaxSimpTol إلى الإخراج لتخزين
التفاوت الذي تم استخدامه عند حدوث المعالجة.
• بالنسبة لخوارزمية POINT_REMOVE ، يكون التفاوت هو أقصى مسافة عمودية مسموح بها بين كل رأس والخط
الجديد الذي تم إنشاؤه.
• بالنسبة لخوارزمية BEND_SIMPLIFY ، يكون التفاوت هو قطر الدائرة التي تقترب من الانحناء الكبير.
• بالنسبة لخوارزمية WEIGHTED_AREA ، يكون مربع التفاوت هو مساحة المثلث الهام المحدد بثلاثة رؤوس
متجاورة. كلما زاد انحراف المثلث عن متساوي الأضلاع ، زاد وزنه وأقل احتمالية
إزالته.
• بالنسبة لخوارزمية EFFECTIVE_AREA ، يكون مربع التفاوت هو مساحة المثلث الهام المحدد بثلاثة رؤوس
متجاورة.
5. Check for topological errors (optional) تحقق من وجود أخطاء طوبولوجية (اختياري)
This is a legacy parameter that is no longer
used. It was formerly used to dictate how topological errors, possibly
introduced during processing, were handled. This parameter is still included in
the tool's syntax for compatibility in scripts and models but is hidden from
the tool's dialog box.
هذه معلمة قديمة لم تعد مستخدمة. كانت تُستخدم
سابقًا لإملاء كيفية معالجة الأخطاء الطوبولوجية ، التي يُحتمل تقديمها أثناء
المعالجة. لا تزال هذه المعلمة مضمنة في بنية الأداة للتوافق في البرامج النصية
والنماذج ولكنها مخفية من مربع حوار الأداة.
6. Resolve topological errors (optional) حل الأخطاء الطوبولوجية (اختياري)
This is a legacy parameter that is no longer
used. It was formerly used to dictate how topological errors, possibly
introduced during processing, were handled. This parameter is still included in
the tool's syntax for compatibility in scripts and models but is hidden from the
tool's dialog box.
هذه معلمة قديمة لم تعد مستخدمة. كانت تُستخدم
سابقًا لإملاء كيفية معالجة الأخطاء الطوبولوجية ، التي يُحتمل تقديمها أثناء
المعالجة. لا تزال هذه المعلمة مضمنة في بنية الأداة للتوافق في البرامج النصية
والنماذج ولكنها مخفية من مربع حوار الأداة.
7. Keep collapsed points (optional) الاحتفاظ
بالنقاط المنهارة (اختياري)
Check to create an
output point feature class to store the endpoints of any lines that are smaller
than the spatial tolerance. The point output is derived; it will use the same
name and location as the Output feature class parameter but with a _Pnt suffix.
· Checked—Record the
endpoints of collapsed zero-length lines in a derived output point feature
class. This is the default.
· Unchecked—Do not create
a derived output point feature class.
تحقق لإنشاء فئة معلم نقطة الإخراج لتخزين نقاط
النهاية لأي خطوط أصغر من التفاوت المكاني. ناتج النقطة مشتق ؛ سيستخدم نفس الاسم
والموقع كمعلمة فئة ميزة الإخراج ولكن مع لاحقة _Pnt.
• تم التحديد - تسجيل
نقاط النهاية للأسطر المطوية ذات الطول الصفري في فئة معلم نقطة الإخراج المشتقة.
هذا هو الافتراضي.
• غير محدد — لا تقم
بإنشاء فئة معلم نقطة إخراج مشتقة.
8. Input Barriers Layers (optional) طبقات
حواجز الإدخال (اختياري)
Inputs containing features to act as barriers for simplification. Resulting simplified lines will not touch or cross barrier features. For example, when simplifying contour lines, spot height features input as barriers ensure that the simplified contour lines will not simplify across these points. The output will not violate the elevation as described by measured spot heights.
اليك صفحه ومجموعة على الفيس بوك لتعلم أكثر بما يخص نظم المعلومات الجغرافية (GIS) و برنامج ArcGIS Pro من خلال هذه الروابط:
تعليقات
إرسال تعليق