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