Simplify Polylines

Purpose

This tool allows simplifying polylines.

Description

The tool provides ArcGIS users with capabilities to simplify polyline features. There are two simplification algorithms provided:

  • Point remove

  • Bend simplify

Usage

  • Select the "Simplify Polylines" tool from the XTools Pro Feature Conversions menu.

  • Select the input layer containing polylines that you wish to simplify.

  • Specify the name and location of the output feature class.

  • Select the required simplification algorithm (either Point remove or Bend simplify).

  • Select how possible topological errors should be handled.

  • Specify simplification tolerance.

  • Select if you wish to keep collapsed polylines with zero geometry as points.

  • Press Run to simplify polylines.

There are two simplification algorithms available:

  • Point remove

This algorithm removes redundant points from the polylines shape. The algorithm is faster but provides more coarse simplification output.

  • Bend simplify

This algorithm removes minor bends along the polylines while preserving the shape of the original polylines. The algorithm provides better and more appealing simplification output, although is known to be slower in most cases.

Following options are provided for handling possible topological errors in the output feature class:

  • No check

Output polylines won't be checked for topological errors.

  • Flag errors

Output polylines will be checked and found topological errors will be flagged in a new SimLnFlag field.

  • Resolve errors

Output polylines will be checked and found topological errors will be resolved as possible in the output feature class. MinTol and MaxTol fields with minimum and maximum tolerance values are added.

Simplification tolerance defines the degree at which the simplification operation may affect the input polyline features:

  • Point remove

For this algorithm tolerance means maximum allowable offset.

  • Bend simplify algorithm

For this algorithm tolerance means length of the reference bend baseline.

 
 
 

Table of Contents

Index

Glossary

Search

Back