SharpMap.Geometries.Polygon.SymDifference C# (CSharp) Méthode

SymDifference() public méthode

Returns a geometry that represents the point set symmetric difference of this Geometry with anotherGeometry.
public SymDifference ( Geometry geom ) : Geometry
geom Geometry
Résultat Geometry
        public override Geometry SymDifference(Geometry geom)
        {
            throw new NotImplementedException();
        }