SharpMap.Geometries.Polygon.Union C# (CSharp) Метод

Union() публичный Метод

Returns a geometry that represents the point set union of this Geometry with anotherGeometry.
public Union ( Geometry geom ) : Geometry
geom Geometry
Результат Geometry
        public override Geometry Union(Geometry geom)
        {
            throw new NotImplementedException();
        }