Exemple #1
0
        public static IGeometry GetBoundary(IGeometry g, IBoundaryNodeRule bnRule)
        {
            var bop = new BoundaryOp(g, bnRule);

            return(bop.GetBoundary());
        }
Exemple #2
0
        public static IGeometry GetBoundary(IGeometry g)
        {
            var bop = new BoundaryOp(g);

            return(bop.GetBoundary());
        }