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

Boundary() public method

Returns the closure of the combinatorial boundary of this Geometry. The combinatorial boundary is defined as described in section 3.12.3.2 of [1]. Because the result of this function is a closure, and hence topologically closed, the resulting boundary can be represented using representational geometry primitives
public Boundary ( ) : Geometry
return Geometry
        public override Geometry Boundary()
        {
            throw new NotImplementedException();
        }