MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.

.NET Syntax
virtual bool Disjoint(MgGeometry other);
Java Syntax
virtual boolean Disjoint(MgGeometry other);
PHP Syntax
virtual bool Disjoint(MgGeometry other);
Parameters:
other(MgGeometry) The MgGeometry to test against this one.
Returns:
True if this geometry is spatially disjoint from the other geometry, false otherwise.