Returns true if the dimension value satisfies the dimension symbol.
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);
IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace