SharpMap.Geometries.Polygon.Union C# (CSharp) Method

Union() public method

Returns a geometry that represents the point set union of this Geometry with anotherGeometry.
public Union ( Geometry geom ) : Geometry
geom Geometry
return Geometry
        public override Geometry Union(Geometry geom)
        {
            throw new NotImplementedException();
        }