Geotools.Net

IntersectionMatrix.Matches Method (Int32, Char)

Returns true if the dimension value satisfies the dimension symbol.

[Visual Basic]
Overloads Public Shared Function Matches( _
   ByVal actualDimensionValue As Integer, _
   ByVal requiredDimensionSymbol As Char _
) As Boolean
[C#]
public static bool Matches(
   int actualDimensionValue,
   char requiredDimensionSymbol
);

Parameters

actualDimensionValue
A number that can be stored in the IntersectionMatrix. Possible values are {-2, -1, -3, 0, 1, 2}
requiredDimensionSymbol
A character used in the string representation of an IntersectionMatrix. Possible values are {"T", "F", "*", "0", "1", "2"}

Return Value

True if the dimension value satisfies the dimension symbol.

Remarks

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

See Also

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