Geotools.Net

IntersectionMatrix.SetAtLeast Method (Int32, Int32, Int32)

Changes the specified element to minimumDimensionValue if the element is less.

[Visual Basic]
Overloads Public Sub SetAtLeast( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal minimumDimensionValue As Integer _
)
[C#]
public void SetAtLeast(
   int row,
   int column,
   int minimumDimensionValue
);

Parameters

row
The row of this IntersectionMatrix indicating the interior, boundary or exterior of the first Geometry.
column
The column of this IntersectionMatrix indicating the interior, boundary or exterior of the second Geometry.
minimumDimensionValue
The dimension value with which to compare the element. The order of dimension values from least to greatest is (DONTCARE, TRUE, FALSE, 0, 1, 2).

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IntersectionMatrix.SetAtLeast(System.Int32,System.Int32,System.Int32)

See Also

IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace | IntersectionMatrix.SetAtLeast Overload List