Returns a geometry that represents a point set difference between this geometric entity and another.
.NET Syntax
Java Syntax
PHP Syntax
Illustration
if (Geom1.Disjoint(Geom2) == True) then Geom1.Difference(Geom2) = Geom1. if (Geom1.Within(Geom2) == True) then if (A.Overlaps(B) == True) then
|