MapGuide API Reference
|
virtual bool MgGeometry::Touches | ( | MgGeometry * | other | ) | [virtual] |
Given 2 geometries a and b, a.Touches(b) is true if and only if the intersection of the interior of a and the interior of b is empty and the intersection of a and b is not empty.
e are MultiPoint geometries and f is a LineString.
virtual bool Touches(MgGeometry other); |
virtual boolean Touches(MgGeometry other); |
virtual bool Touches(MgGeometry other); |
other | (MgGeometry) The MgGeometry to test against this one. |