In ArcGIS Similar to other geoprocessing tools the Extend Li
In ArcGIS, Similar to other geoprocessing tools, the Extend Line and Trim Line tools create an output feature class, leaving your original features unchanged.
true or false
Solution
Please follow the data and description :
ArcGIS :
a) Extend Line :
This tool extends the respective line segments to the first intersecting feature within a specified distance. And if there are no intersecting feature is present within the specified distance, then the line segment will not be extended.
b) Trim Line :
This is used to remove the portions of a line that extend a specified distance past a line intersection usually called as the dangles. Any line that does not touch another line at both endpoints can be trimmed, but only the portion of the line that extends past the intersection by the specified distance will be removed.
In both the cases the tools create an output feature class, leaving your original features unchanged.
So the answer is TRUE.
Hope this is helpful.
