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();
        }