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

Union() public méthode

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