Geotools.Net

IntersectionMatrix.SetAtLeast Method (String)

For each element in this IntersectionMatrix, changes the element to the corresponding minimum dimension symbol if the element is less.

[Visual Basic]
Overloads Public Sub SetAtLeast( _
   ByVal minimumDimensionSymbols As String _
)
[C#]
public void SetAtLeast(
   string minimumDimensionSymbols
);

Parameters

minimumDimensionSymbols
The nine dimension symbols with which to compare the elements of this IntersectionMatrix. 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.String)

See Also

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