What are the issues in polygon clipping?
Following are the issues in polygon clipping. Clipping a line segment produces only one line segment. Convex polygon clipping can only produce one polygon Concave polygon clipping can result in numerous polygons A number of output edges for the same input polygon may differ depending on its orientation and geographical location New edges may be required. The edge can be thrown away or separated.