| Overload | Description |
|---|---|
| SimplifyShapeByTangentSegments(Multipart,Double,Double,IEnumerable<MapPoint>) | Removes vertices from the input polygon or polyline geometry if the segments on either side are collinear. The maxOffset parameter defines the maximum distance that the final path can be from the original path. Vertices coincident with Anchor points will not be removed. If the input geometry is a polyline, the output will be a simplified polyline. If the input geometry is a polygon, the output will be a simplified polygon. |
| SimplifyShapeByTangentSegments(Multipart,Double,IEnumerable<MapPoint>) | Removes vertices from the input polygon or polyline geometry if the segments on either side are collinear. The maxOffset parameter defines the maximum distance that the final path can be from the original path. Vertices coincident with Anchor points will not be removed. If the input geometry is a polyline, the output will be a simplified polyline. If the input geometry is a polygon, the output will be a simplified polygon. |