This document is archived and information here might be outdated. Recommended version. |
Provides access to members that perform adjustment computations.
Name | Description | |
---|---|---|
CalculateAdjustment | Performs the specified adjustment computation on the geometry. | |
CalculateClosure | Caculates the closure for the . |
Classes | Description |
---|---|
TraverseAdjustment | Performs Traverse Adjustment Calculations. |
ITraverseAdjustment allows a misclose to be caclulated between the endpoint of a polyline and the desired endpoint. The misclose can be distributed amongst the segments of the polyline using various adjustment techniques. Use the CalculateClosure method to check how close the endpoint is from your desired endpoint. If the closure is too great, you can use the CalculateAdjustment method to create a new adjusted polyline.