Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgGeometry
Boundary
Buffer
Contains
ConvexHull
Crosses
Difference
Disjoint
Distance
Equals
GetGeometryType
Intersection
Intersects
Overlaps
SymetricDifference
Touches
Union
Within
virtual bool MgGeometry::Equals
(
MgGeometry
*
other
)
[virtual]
Given 2 geometries a and b, a.Equals(b) is true if the 2 geometries are spatially equal.
.NET Syntax
virtual bool Equals(MgGeometry other);
Java Syntax
virtual boolean Equals(MgGeometry other);
PHP Syntax
virtual bool Equals(MgGeometry other);
Parameters:
other
(
MgGeometry
) The
MgGeometry
to test against this one.
Returns:
True if this geometry is spatially equal to the other geometry, false otherwise.
Comments or suggestions? Send us
feedback
.