Geotools.Net

IntersectionMatrix.Set Method (Int32, Int32, Int32)

Changes the value of one of this IntersectionMatrix elements.

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

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.
dimensionValue
The new value of the element.

Remarks

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

See Also

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