MapWinGIS:AmbiguityResolution
From MapWindow GIS
The ambiguity resolution enumerations are used to determine how ambiguities are resolved when creating a shapenetwork. Note: Distance to outlet is the only ambiguity resolution technique implemented at this time.
Values
| Name | Summary |
|---|---|
| Z_VALUE | Uses the z value of the end points of an ambiguous shape to determine what direction water would flow while creating a shapenetwork. Note: Using this enumerated value has no effect because distance to outlet is the only ambiguity resolution technique implented at this time. |
| DISTANCE_TO_OUTLET | Uses the distance to the outlet from the end points of an ambiguous shape to determine what direction water would flow while creating a shapenetwork. |
| NO_RESOLUTION | Uses no ambiguity resolution technique when there is an ambiguous shape when creating a shapenetwork. The algorithm chooses a random direction of flow for the ambiguous shape. Note: Using this enumerated value has no effect because distance to outlet is the only ambiguity resolution technique implented at this time. |
















