IntersectionMatrix.SetAtLeastIfValid Method
If row >= 0 and column >= 0, changes the specified element to minimumDimensionValue if the element is
less. Does nothing if row < 0 or column < 0.
[Visual Basic]
Public Sub SetAtLeastIfValid( _
ByVal row As Integer, _
ByVal column As Integer, _
ByVal minimumDimensionValue As Integer _
)
[C#]public
void SetAtLeastIfValid(
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.SetAtLeastIfValid(System.Int32,System.Int32,System.Int32)
See Also
IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace