Geotools.Net

IntersectionMatrix.Matches Method

Returns true if the dimension value satisfies the dimension symbol.

Overload List

Returns true if the dimension value satisfies the dimension symbol.

public static bool Matches(int,char);

Returns true if each of the actual dimension symbols satisfies the corresponding required dimension symbol.

public static bool Matches(string,string);

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

public bool Matches(string);

See Also

IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace