public IFeatureSet ExplodeShapes(bool selectedOnly) { var sf = _shapefile.ExplodeShapes(selectedOnly); return(WrapShapefile(sf)); }