BorderMatchOperator.MaxRotation Property
Gets or sets the largest angle that a polygon edge may be rotated to match the edge of another polygon.
Syntax
public AttributeVariable< System.Double > MaxRotation { get; set; }
Property Value
Default: 90.0
The largest angle (in degrees) that a polygon edge may be rotated to match the edge of another polygon.
Remarks
Since the rotation may be either clockwise or counterclockwise, a rotation of more than 90° can never be needed.
Internally, the operator computes in the coordinate reference system of the first polygon that it reads. If you want to use a MaxRotation less than 90°, you may need a ProjectOperator to ensure that this coordinate reference system has a projection that is conformal (preserves angles).
Platforms
Windows, Linux, Android