MapGuide API Reference
|
virtual bool MgGeometry::Intersects | ( | MgGeometry * | other | ) | [virtual] |
This is a convenience method. Given 2 geometries a and b, a.Intersects(b) is true if and only if a.Disjoint (b) is false.
virtual bool Intersects(MgGeometry other); |
virtual boolean Intersects(MgGeometry other); |
virtual bool Intersects(MgGeometry other); |
other | (MgGeometry) The MgGeometry to test against this one. |