예제 #1
0
        public IFeatureSet FixUpShapes(bool selectedOnly)
        {
            Shapefile sf;
            bool      result = _shapefile.FixUpShapes2(selectedOnly, out sf);

            return(WrapShapefile(sf));
        }