Ejemplo n.º 1
0
        public IFeatureSet DissolveWithStats(int fieldIndex, bool selectedOnly, FieldOperationList operations = null)
        {
            var result = _shapefile.DissolveWithStats(fieldIndex, selectedOnly, operations.GetInternal());

            return(WrapShapefile(result));
        }