|
MapGuide API Reference
|
| virtual MgGeometry* MgGeometry::Intersection | ( | MgGeometry * | other | ) | [virtual] |
Returns a geometry that represents the point set intersection of this geometry and another.
| virtual MgGeometry Intersection(MgGeometry other); |
| virtual MgGeometry Intersection(MgGeometry other); |
| virtual MgGeometry Intersection(MgGeometry other); |
| other | (MgGeometry) The MgGeometry to compute the intersection with this one. |