SharpMap.Geometries.Polygon.SymDifference C# (CSharp) 메소드

SymDifference() 공개 메소드

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