MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgGeometry* MgGeometry::Intersection ( MgGeometry other) [virtual]

Returns a geometry that represents the point set intersection of this geometry and another.

.NET Syntax
virtual MgGeometry Intersection(MgGeometry other);
Java Syntax
virtual MgGeometry Intersection(MgGeometry other);
PHP Syntax
virtual MgGeometry Intersection(MgGeometry other);
Parameters:
other(MgGeometry) The MgGeometry to compute the intersection with this one.
Returns:
An MgGeometry that represents the intersection.