Geotools.Net

IntersectionMatrix.Matches Method (String)

Returns whether the elements of this IntersectionMatrix satisfies the required dimension symbols.

[Visual Basic]
Overloads Public Function Matches( _
   ByVal requiredDimensionSymbols As String _
) As Boolean
[C#]
public bool Matches(
   string requiredDimensionSymbols
);

Parameters

requiredDimensionSymbols
Nine dimension symbols with which to compare the elements of this IntersectionMatrix. Possible values are {T, F, * , 0, 1, 2}

Return Value

Returns true if this IntersectionMatrix matches the required dimension symbols.

Remarks

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

See Also

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