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

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

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
Результат Geometry
        public override Geometry Boundary()
        {
            throw new NotImplementedException();
        }