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