Geotools.Net

IntersectionMatrix.Get Method 

Returns the value of one of this IntersectionMatrixs elements.

[Visual Basic]
Public Function Get( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Integer
[C#]
public int Get(
   int row,
   int column
);

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.

Return Value

Returns the dimension value at the given matrix position.

Remarks

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

See Also

IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace