To handle cases where the mapping box contains bank lines, the relative v coordinate can vary in the upstream and the downstream end.
public class MapBoxQuad| MapBoxQuad | Initializes a new instance of the MapBoxQuad class |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MapXy2Uv | Map from (x,y) coordinates to (u,v) coordinates, where the v value can vary in the upstream and downstream end. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Bank | Flag specifying whether this mapping box quad is in the main river (false) or the left/right bank. |
| DoVend | End value of relative v coordinate in downstream end, [-1;1], matching cross section X in (X-Z) or M in coordinates, negative is left side. |
| DoVstart | Start value of relative v coordinate in downstream end, [-1;1], matching cross section X in (X-Z) or M in coordinates, negative is left side. |
| Quad | Quadrilateral containing the 4 corner coordinates |
| UpVend | End value of relative v coordinate in upstream end, [-1;1], matching cross section X in (X-Z) or M in coordinates, negative is left side. |
| UpVstart | Start value of relative v coordinate in upstream end, [-1;1], matching cross section X in (X-Z) or M in coordinates, negative is left side. |